-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "testgame",
"version": "1.0.0",
"description": "snake game",
"main": "index.js",
"scripts": {
"start": "nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jsy",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"child-process": "^1.0.2",
"child_process": "^1.0.2",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"nodemon": "^2.0.9",
"parse": "^3.2.0",
"parse-json": "^5.2.0",
"path": "^0.12.7",
"phaser": "^3.55.2",
"pug": "^3.0.2",
"sequelize": "^6.6.5",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SongSeyeon/C_Game_deVeloper.git"
},
"bugs": {
"url": "https://github.com/SongSeyeon/C_Game_deVeloper/issues"
},
"homepage": "https://github.com/SongSeyeon/C_Game_deVeloper#readme"
}