-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 832 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": "cow-bull-game",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calmNinja/cow-bull-word-game.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/calmNinja/cow-bull-word-game/issues"
},
"homepage": "https://github.com/calmNinja/cow-bull-word-game#readme",
"dependencies": {
"axios": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.1.0",
"express": "^4.18.2",
"nodemon": "^2.0.22"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"babel-loader": "^9.1.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}