-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
42
43
44
45
46
{
"name": "game_control",
"version": "1.3.0",
"description": "Control and manage your playlist, create new ones and try out existing ones.",
"private": true,
"main": "app.js",
"scripts": {
"format": "prettier .",
"dev": "nodemon ./app.js",
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lumenpearson/practicum-gamecontrol-m5_n3.git"
},
"author": "LumenPearson <[email protected]>",
"license": "MIT",
"keywords": [
"yandex",
"practicum",
"yandex-practicum",
"game-control",
"prettier",
"nodemon",
"commonjs",
"momentjs",
"chalk",
"yarn",
"mit",
"mit-license"
],
"bugs": {
"url": "https://github.com/lumenpearson/practicum-gamecontrol-m5_n3/issues"
},
"homepage": "https://github.com/lumenpearson/practicum-gamecontrol-m5_n3/readme",
"dependencies": {
"chalk": "^5.3.0",
"express": "^4.19.2",
"moment": "^2.30.1",
"qrcode-terminal": "^0.12.0"
},
"devDependencies": {
"nodemon": "^3.1.0",
"prettier": "^3.2.5"
}
}