-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 893 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
31
32
33
34
35
36
37
38
39
{
"name": "nekoclone",
"version": "1.0.0",
"description": "bot social",
"main": "shards.js",
"scripts": {
"test": "node /sorce/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zumberr/Nekotina-clone.git"
},
"keywords": [
"nekotina",
"discord",
"bot"
],
"author": "Zumberr",
"license": "ISC",
"bugs": {
"url": "https://github.com/zumberr/Nekotina-clone/issues"
},
"homepage": "https://github.com/zumberr/Nekotina-clone#readme",
"dependencies": {
"anime-actions": "^2.1.0",
"better-sqlite3": "^9.4.0",
"chalk": "^5.3.0",
"discord.js": "^13.17.1",
"dream-api": "^2.0.1",
"express": "^4.18.2",
"gpti": "^2.1.7",
"isomorphic-unfetch": "^4.0.2",
"moment": "^2.30.1",
"mongoose": "^8.1.1",
"node-fetch": "^2.6.1",
"quick.db": "^9.1.7",
"star-labs": "^1.1.2"
}
}