Skip to content

Commit

Permalink
regen package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 19, 2021
1 parent d0337bc commit ba6c9b1
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "krypton-whatsapp-bot",
"version": "0.4.2",
"private": true,
"description": "KryPtoN Whatsapp Bot",
"main": "krypton.js",
"scripts": {
"start": "node krypton.js",
"changelog": "auto-changelog -p && git add CHANGELOG.md",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
},
"author": "KryPtoN",
"repository": {
"type": "git",
"url": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot"
},
"keywords": [
"Whatsapp",
"WhatsApp-Bot",
"bot",
"wabot"
],
"release-it": {
"github": {
"release": true
}
},
"auto-changelog": {
"commitLimit": false
},
"bugs": {
"url": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot/issues"
},
"homepage": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"spinnies": "^0.5.1",
"chalk": "^4.1.0",
"discord.js": "^12.5.1",
"auto-changelog": "^2.2.1",
"moment-timezone": "^0.5.32",
"axios": "^0.21.1",
"wa-canvas": "git+https://github.com/Kry9toN/wa-canvas.git",
"release-it": "^14.2.2",
"cfonts": "^2.9.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0"
}
}
{
"name": "krypton-whatsapp-bot",
"version": "0.4.2",
"private": true,
"description": "KryPtoN Whatsapp Bot",
"main": "krypton.js",
"scripts": {
"start": "node krypton.js",
"changelog": "auto-changelog -p && git add CHANGELOG.md",
"release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
},
"author": "KryPtoN",
"repository": {
"type": "git",
"url": "git+https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot.git"
},
"keywords": [
"Whatsapp",
"WhatsApp-Bot",
"bot",
"wabot"
],
"release-it": {
"github": {
"release": true
}
},
"auto-changelog": {
"commitLimit": false
},
"bugs": {
"url": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot/issues"
},
"homepage": "https://github.com/Kry9toN/KryPtoN-WhatsApp-Bot",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"spinnies": "^0.5.1",
"chalk": "^4.1.0",
"discord.js": "^12.5.1",
"auto-changelog": "^2.2.1",
"moment-timezone": "^0.5.32",
"axios": "^0.21.1",
"wa-canvas": "git+https://github.com/Kry9toN/wa-canvas.git",
"release-it": "^14.2.2",
"cfonts": "^2.9.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0"
}
}

0 comments on commit ba6c9b1

Please sign in to comment.