-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
30 lines (30 loc) · 905 Bytes
/
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
{
"name": "music",
"version": "1.0.1",
"description": "Music Bot for my youtube Client",
"main": "index.js",
"dependencies": {
"ascii-table": "0.0.9",
"chunk": "0.0.3",
"discord-api-types": "^0.35.0",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"ms": "^2.1.3",
"path": "^0.12.7",
"poru": "git+https://github.com/parasop/poru.git"
},
"scripts": {
"start": "node index.js",
"node-update": "npm i --save-dev node@16 && 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",
"node-update-then-clean": "npm run node-update && npm run node-clean"
},
"keywords": [
"music"
],
"author": "Atreya",
"license": "MIT",
"devDependencies": {
"node": "^16.15.1"
}
}