forked from decentraland/avatar-asset-test-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
50
51
52
53
{
"name": "@dcl/basic-assets",
"version": "0.2.0",
"description": "Decentraland basic set of avatar assets",
"scripts": {
"build": "tsc -p tsconfig.json && node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentraland/avatar-assets.git"
},
"author": "Decentraland",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentraland/avatar-assets/issues"
},
"prettier": {
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120
},
"homepage": "https://github.com/decentraland/avatar-assets#readme",
"dependencies": {
"@types/mime-types": "^2.1.0",
"async-iterator-all": "^1.0.0",
"aws-sdk": "^2.706.0",
"fp-future": "^1.0.1",
"gltf-pipeline": "decentraland/gltf-pipeline#skipExtension",
"ipfs-unixfs-importer": "^0.40.0",
"ipld": "^0.25.0",
"ipld-in-memory": "^3.0.1",
"mime-types": "^2.1.27",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@types/tmp": "^0.2.0",
"@types/uuid": "^3.4.5",
"chai": "^4.2.0",
"dcl-tslint-config-standard": "^2.0.0",
"eslint": "^7.3.1",
"mocha": "^8.0.1",
"prettier": "^2.0.5",
"tmp": "^0.2.1",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^3.9.5"
}
}