-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
34 lines (34 loc) · 925 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": "game3js",
"version": "0.1.0-0",
"description": "The Web 3.0 Game Framework",
"author": "Paul Gadi <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/alto-io/game3.js.git"
},
"license": "MIT",
"scripts": {
"start": "sirv",
"start:dist": "npm run build && sirv dist",
"build": "npm run clean && parcel build index.html --dist-dir ./dist",
"clean": "rimraf dist .parcel-cache"
},
"devDependencies": {
"@parcel/config-default": "2.0.0-beta.2",
"parcel": "^2.0.0-rc.0",
"parcel-reporter-static-files-copy": "^1.2.2",
"sirv-cli": "^1.0.12"
},
"dependencies": {},
"staticFiles": {
"staticPath": "assets",
"staticOutPath": "assets",
"watcherGlob": "**"
},
"bugs": {
"url": "https://github.com/alto-io/game3.js/issues"
},
"homepage": "https://github.com/alto-io/game3.js#readme",
"keywords": []
}