-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.53 KB
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
39
40
41
42
43
44
{
"name": "dcl-project",
"version": "1.0.0",
"description": "My new Decentraland project",
"main": "index.js",
"scripts": {
"start": "dcl start",
"build": "build-ecs",
"watch": "build-ecs --watch",
"deploy:now": "dcl export && now export",
"ecs:install": "npm install --save-dev decentraland-ecs@latest",
"ecs:install-next": "npm install --save-dev decentraland-ecs@next",
"bundle": "webpack --config webpack.config.js --env.production",
"bundle-watch": "webpack --watch --config webpack.config.js --env.development",
"bundle-metazone": "webpack --config metazone.webpack.config.js --env.production",
"bundle-metazone-watch": "webpack --watch --config metazone.webpack.config.js --env.development",
"postinstall": "cd dist-meta && npm install && cd ..",
"deploy:lands": "node scripts/deploy-parcels.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pabloes/meta-module-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pabloes/meta-module-template/issues"
},
"homepage": "https://github.com/pabloes/meta-module-template#readme",
"devDependencies": {
"decentraland": "^3.4.4",
"decentraland-ecs": "^6.5.1-20200829153759.commit-c78ca67",
"ts-loader": "^7.0.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"colyseus": "^0.13.7",
"colyseus.js": "^0.13.1",
"decentraland-ecs-utils": "^1.1.4",
"save-dev": "0.0.1-security"
}
}