-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "scratch-for-discord-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "npm i && node index.js",
"node-update": "npm i --save-dev node@17 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH",
"node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i"
},
"dependencies": {
"@frostzzone/discord-sync-commands": "^0.3.0",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"cyclic-dynamodb": "^0.0.27",
"discord-logs": "^2.2.1",
"discord-modals": "^1.3.9",
"discord.js": "^14.7.0",
"dotenv": "^16.0.3",
"easy-json-database": "^1.5.0",
"eslint": "^8.34.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jimp": "^0.16.2",
"mongquick": "git+https://github.com/ahqsoftwares/quickmongo.git",
"musakui": "^1.0.0",
"os-utils": "0.0.14",
"path": "^0.12.7",
"process": "^0.11.10",
"write": "^2.0.0"
},
"devDependencies": {
"node": "^17"
}
}