-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 721 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 721 Bytes
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
{
"name": "RPS-Game",
"version": "1.0.1",
"description": "Just a RPS game ...",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest -i --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KontainPluton/RPS-Game.git"
},
"keywords": [
"rps",
"game"
],
"dependencies": {
"debug": "~2.6.9",
"dotenv": "^16.0.2",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"node-fetch": "^2.6.7",
"jest": "^29.0.2"
},
"author": "AQTJ",
"license": "ISC",
"bugs": {
"url": "https://github.com/KontainPluton/RPS-Game/issues"
},
"homepage": "https://github.com/KontainPluton/RPS-Game#readme"
}