Skip to content

Commit 3e75f96

Browse files
authored
Update package.json
Removed useless bake & others dependencies
1 parent d223cb8 commit 3e75f96

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

package.json

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,9 @@
44
"description": "Bot discord de giveaways français, permet de créer des giveaways personnalisés",
55
"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",
66
"main": "shard.js",
7-
"scripts": {
8-
"test": "mocha -R spec"
9-
},
10-
"devDependencies": {
11-
"babel-cli": "^6.9.0",
12-
"babel-plugin-add-module-exports": "^0.2.1",
13-
"babel-plugin-transform-regenerator": "^6.9.0",
14-
"babel-preset-es2015": "^6.9.0",
15-
"bake-cli": "^0.1.6",
16-
"eslint": "^2.10.2",
17-
"eslint-config-standard": "^5.3.1",
18-
"eslint-plugin-promise": "^1.1.0",
19-
"eslint-plugin-standard": "^1.3.2",
20-
"mocha": "^8.3.2",
21-
"standard-version": "^9.2.0",
22-
"watchd": "github:mklabs/watchd"
23-
},
24-
"bake": {
25-
"description": "Scaffold a basic ES6 setup",
26-
"scripts": {
27-
"start": "echo Starting generation of default template",
28-
"prestart": "echo prestart",
29-
"poststart": "echo poststart",
30-
"install": "npm install --loglevel warn --cache-min Infinity",
31-
"preinstall": "echo Installing dependencies ...",
32-
"postinstall": "npm ls --depth 0"
33-
}
34-
},
35-
"private": true,
7+
"private": false,
368
"author": "ezzud",
379
"license": "MIT",
38-
"engines": {
39-
"node": ">=0.7.x"
40-
},
4110
"dependencies": {
4211
"@top-gg/sdk": "^3.0.7",
4312
"better-sqlite3": "^7.1.1",

0 commit comments

Comments
 (0)