forked from decentraland/builder-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "builder-assets",
"version": "1.3.1",
"description": "Builder Asset Pack repository",
"main": "bundle.js",
"scripts": {
"bundle": "tsc -p . && node src/index.js bundle",
"import": "tsc -p . && node src/index.js importAssetCSV",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentraland/builder-assets.git"
},
"author": "Decentraland",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentraland/builder-assets/issues"
},
"homepage": "https://github.com/decentraland/builder-assets#readme",
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 80
},
"dependencies": {
"@types/csv-parse": "^1.2.2",
"@types/fs-extra": "^5.1.0",
"aws-sdk": "^2.396.0",
"csv-parse": "^4.4.5",
"decentraland-commons": "^5.1.0",
"decentraland-server": "^2.0.1",
"fs-extra": "^7.0.1",
"gltf-pipeline": "^2.1.0",
"interface-datastore": "0.6.0",
"ipfs-unixfs-engine": "^0.34.0",
"mime": "^2.4.4",
"tslint": "^5.12.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/node": "^10.12.18",
"dcl-tslint-config-standard": "^1.1.0",
"eslint": "^5.13.0",
"prettier": "^1.16.1",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.2.4"
}
}