-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "js-sdk-toolchain",
"description": "",
"version": "7.0.0",
"author": "",
"bugs": "https://github.com/decentraland/js-sdk-toolchain/issues",
"dependencies": {
"@actions/core": "^1.10.0",
"@dcl/protocol": "1.0.0-11780504028.commit-c886080",
"@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1",
"@dcl/ts-proto": "1.153.0",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^28.1.8",
"@types/rimraf": "^3.0.0",
"buffer": "^6.0.3",
"fs-extra": "^10.0.0",
"jest": "^29.5.0",
"jest-matcher-deep-close-to": "^3.0.2",
"mitt": "^3.0.1",
"rimraf": "^3.0.2",
"source-map": "^0.7.4",
"ts-jest": "^29.0.5",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
},
"devDependencies": {
"@dcl/eslint-config": "^1.0.6-20220629202434.commit-44f87f0",
"@types/node": "^18.11.18",
"syncpack": "^9.8.4",
"typedoc": "^0.23.28"
},
"homepage": "https://github.com/decentraland/js-sdk-toolchain#readme",
"keywords": [],
"license": "Apache-2.0",
"repository": "decentraland/js-sdk-toolchain.git",
"scripts": {
"postinstall": "make sync-deps"
}
}