-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.16 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
{
"name": "sm64js-mmo",
"version": "0.1.0",
"description": "Super Repository for sm64js mmo server and client files",
"main": "0",
"scripts": {
"updateModules": "git submodule update --init",
"checkoutModules": "git submodule foreach 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch)'",
"installAll": "cd client && npm install & cd server && npm install & cd gameMaster && npm install & cd adminPanel && npm install",
"startServer": "cd server && npm run serve",
"startWebpack": "cd client && npm run start",
"startDevSuite": "cd server && npm run serve & cd client && npm run start",
"protoc": "protoc --js_out=import_style=commonjs,binary:. proto/mario.proto && cp proto/mario_pb.js client/proto/ && cp proto/mario_pb.js gameMaster/proto/ && cp proto/mario_pb.js server/proto/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sm64js/sm64js-mmo.git"
},
"keywords": [
"sm64js",
"sm64",
"mario"
],
"author": "Snuffy",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/sm64js/sm64js-mmo/issues"
},
"homepage": "https://github.com/sm64js/sm64js-mmo#readme"
}