-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 836 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
{
"name": "full-stack-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aqifsariman/full-stack-game.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aqifsariman/full-stack-game/issues"
},
"homepage": "https://github.com/aqifsariman/full-stack-game#readme",
"dependencies": {
"chart.js": "^3.8.0",
"cookie-parser": "^1.4.6",
"core-js": "^3.23.3",
"eslint": "^8.17.0",
"express": "^4.18.1",
"jssha": "^3.2.0",
"method-override": "^3.0.0",
"nodemon": "^2.0.16",
"path": "^0.12.7",
"pg": "^8.7.3",
"sequelize": "^6.20.1"
}
}