-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 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
37
38
39
40
41
{
"name": "poker_projet_nsi",
"version": "1.0.0",
"description": "Un jeu de poker en français en ligne.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"local": "nodemon index.js",
"online": "./node_modules/nodemon/bin/nodemon.js index.js -i ./public/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/14personne14/poker_projet_nsi.git"
},
"keywords": [
"nodejs",
"poker",
"game",
"nsi"
],
"author": "personne14 && kohibachiden",
"license": "MIT",
"bugs": {
"url": "https://github.com/14personne14/poker_projet_nsi/issues"
},
"homepage": "https://github.com/14personne14/poker_projet_nsi#readme",
"private": true,
"dependencies": {
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"discord-webhook-node": "^1.1.8",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"lodash": "^4.17.21",
"nodemon": "^2.0.22",
"sqlite3": "^5.1.6",
"winston": "^3.8.2",
"ws": "^8.13.0"
}
}