-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "provita",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devStart": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarwanRadwan7/provita.git"
},
"keywords": [
"nodejs",
"discordjs"
],
"author": "Marwan Radwan",
"license": "ISC",
"bugs": {
"url": "https://github.com/MarwanRadwan7/provita/issues"
},
"homepage": "https://github.com/MarwanRadwan7/provita#readme",
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.16.0",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.1",
"distube": "^3.3.4",
"dotenv": "^10.0.0",
"libsodium-wrappers": "^0.7.11",
"mongoose": "^7.4.1",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"nodemon": "^2.0.22",
"prettier": "^3.0.0"
},
"engines": {
"node": "^10.0.0"
}
}