forked from decentraland/avatar-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.7 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
54
55
56
57
58
59
60
61
62
{
"name": "@dcl/basic-assets",
"version": "0.2.0",
"description": "Decentraland basic set of avatar assets",
"scripts": {
"deploy": "npx ts-node -T src/index.ts"
},
"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": {
"@dcl/urn-resolver": "1.0.1",
"argparse": "^2.0.1",
"async-iterator-all": "^1.0.0",
"cli-progress": "3.8.2",
"dcl-catalyst-client": "^9.0.4",
"dcl-catalyst-commons": "^7.1.3",
"decentraland-crypto": "0.0.2",
"eth-crypto": "^1.8.0",
"form-data": "^3.0.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",
"tiny-async-pool": "^1.2.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/argparse": "^2.0.5",
"@types/chai": "^4.2.11",
"@types/cli-progress": "3.8.0",
"@types/deep-equal": "^1.0.1",
"@types/form-data": "^2.5.0",
"@types/node": "^14.0.14",
"@types/tiny-async-pool": "^1.0.0",
"@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",
"prettier": "^2.0.5",
"tmp": "^0.2.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.2",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^4.1.3"
}
}