-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 960 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": "@shed/starter",
"version": "0.2.0",
"description": "mini-shed 小游戏示例项目",
"module": "dist/mini-game.es.js",
"private": true,
"keywords": [
"mini-game",
"wechat"
],
"author": "nshen <[email protected]>",
"homepage": "https://github.com/nshen/mini-shed#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nshen/mini-shed.git"
},
"bugs": {
"url": "https://github.com/nshen/mini-shed/issues"
},
"license": "MIT",
"dependencies": {
"@shed/ecs": "^0.2.0",
"@shed/gl": "^0.2.0",
"@shed/math": "^0.2.0",
"@shed/platform": "^0.2.0",
"@shed/render2d-system": "^0.2.0",
"@shed/utils": "^0.2.0"
},
"devDependencies": {
"live-server": "^1.2.1"
},
"scripts": {
"build": "shed build h5",
"serve": "live-server --open=./dist/h5 -q",
"dev": "shed build h5 --debug --watch"
},
"gitHead": "a5a3082dd23fc78f64cea163d3c105f4aaf8c978"
}