-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 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
{
"name": "cocoframework-classes",
"version": "0.0.1",
"description": "",
"main": "__main.js",
"type": "commonjs",
"scripts": {
"test": "jest",
"clean": "bash ./clean.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NyaStone/CocoFramework/tree/classes"
},
"author": "Pierre Lenertz",
"license": "ISC",
"bugs": {
"url": "https://github.com/NyaStone/CocoFramework/issues"
},
"homepage": "https://github.com/NyaStone/CocoFramework#readme",
"dependencies": {
"@types/express": "^4.17.13",
"@types/sequelize": "^4.28.11",
"@types/system-sleep": "^1.3.0",
"bluebird": "^3.7.2",
"discord-api-types": "^0.37.5",
"discord.js": "^14.3.0",
"express": "^4.18.1",
"make-synchronous": "^1.0.0",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.7",
"sequelize": "^6.17.0",
"system-sleep": "^1.3.7",
"typescript": "^4.5.4"
}
}