-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 918 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
{
"name": "planningpoker",
"version": "1.0.1",
"description": "Poker to plan",
"main": "main.js",
"scripts": {
"start": "node main.js",
"build-frontend": "yarn --cwd frontend install && yarn --cwd frontend build",
"deploy-frontend": "cp -a frontend/build/. public/",
"build": "yarn build-frontend && yarn deploy-frontend && yarn install"
},
"engines": {
"yarn": ">= 1.22.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Reigertje/planningpoker.git"
},
"keywords": [
"reireirei",
"rei",
"reirei",
"planning",
"poker",
"planning",
"pawker"
],
"author": "Brian Reigersberg",
"license": "ISC",
"bugs": {
"url": "https://github.com/Reigertje/planningpoker/issues"
},
"homepage": "https://github.com/Reigertje/planningpoker#readme",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2"
}
}