-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 924 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": "p0",
"version": "0.0.0",
"description": "first prototype",
"main": "index.js",
"scripts": {
"dev": "concurrently --kill-others \"parcel src/client/index.html\" \"nodemon -w 'src' -e ts -x 'ts-node src/server'\"",
"build": "parcel build src/client/index.html",
"start": "ts-node src/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindenbark/p0.git"
},
"author": "Team Lindenbark",
"license": "Zlib",
"bugs": {
"url": "https://github.com/lindenbark/p0/issues"
},
"homepage": "https://github.com/lindenbark/p0#readme",
"dependencies": {
"@types/pixi.js": "^4.7.3",
"@types/uuid": "^3.4.3",
"@types/ws": "^5.1.1",
"concurrently": "^3.5.1",
"nodemon": "^1.17.4",
"parcel-bundler": "^1.8.1",
"pixi.js": "^4.7.3",
"ts-node": "^6.0.3",
"typescript": "^2.8.3",
"uuid": "^3.2.1",
"ws": "^5.1.1"
}
}