-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
34 lines (34 loc) · 901 Bytes
/
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
{
"name": "studio-extensions",
"version": "0.9.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cd build && tsc && node build-catalog.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eez-open/studio-extensions.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/eez-open/studio-extensions/issues"
},
"homepage": "https://github.com/eez-open/studio-extensions#readme",
"dependencies": {
"@types/archiver": "^2.1.2",
"@types/decompress": "^4.2.3",
"@types/node": "^12.11.1",
"@types/request": "^2.48.1",
"@types/request-promise-native": "^1.0.15",
"@types/sha256": "^0.2.0",
"archiver": "^3.0.0",
"decompress": "^4.2.1",
"jimp": "^0.9.8",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"sha256": "^0.2.0"
}
}