Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Removed useless bake & others dependencies
  • Loading branch information
Ezzud authored Jul 26, 2021
1 parent d223cb8 commit 3e75f96
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,9 @@
"description": "Bot discord de giveaways français, permet de créer des giveaways personnalisés",
"changelog": "Big changes!\n✅ Added custom error codes\n✅ t!edit finally back!\n✅ Clone friendly! Option to enable/disable topgg API\n✅Giveaways data fully managed by quick.db\n✅Giveaways data fully managed by quick.db\n🔧 Old .json server config system completely removed, no need to create folders\n🔧 logs storage error FIXED\n🔧 t!create no collected data error FIXED\n🔧 Unknown message error FIXED\n🔧 Cannot send message to this user error FIXED\n🔧 Some little errors FIXED\n🔧 undefined guild removed the bot FIXED",
"main": "shard.js",
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"bake-cli": "^0.1.6",
"eslint": "^2.10.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"mocha": "^8.3.2",
"standard-version": "^9.2.0",
"watchd": "github:mklabs/watchd"
},
"bake": {
"description": "Scaffold a basic ES6 setup",
"scripts": {
"start": "echo Starting generation of default template",
"prestart": "echo prestart",
"poststart": "echo poststart",
"install": "npm install --loglevel warn --cache-min Infinity",
"preinstall": "echo Installing dependencies ...",
"postinstall": "npm ls --depth 0"
}
},
"private": true,
"private": false,
"author": "ezzud",
"license": "MIT",
"engines": {
"node": ">=0.7.x"
},
"dependencies": {
"@top-gg/sdk": "^3.0.7",
"better-sqlite3": "^7.1.1",
Expand Down

0 comments on commit 3e75f96

Please sign in to comment.