-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 886 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
{
"name": "theia-native-dependencies",
"version": "1.38.0rr",
"description": "Repository for building and distributing the native dependecies of (Eclipse Theia)[https://github.com/eclipse-theia/theia]",
"scripts": {
"build": "node build.js"
},
"devDependencies": {
"node-gyp": "^9.0.0",
"archiver": "5.3.1"
},
"dependencies": {
"cpu-features": "^0.0.8",
"drivelist": "^9.0.2",
"find-git-repositories": "^0.1.1",
"keytar": "7.2.0",
"nsfw": "^2.2.4",
"node-pty": "0.11.0-beta32",
"ssh2": "^1.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonah-iden/theia-native-dependencies.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonah-iden/theia-native-dependencies/issues"
},
"homepage": "https://github.com/jonah-iden/theia-native-dependencies#readme"
}