-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 981 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
{
"name": "framework-builder",
"version": "1.0.0",
"description": "A tool for building .frameworks out of .so files",
"main": "index.js",
"scripts": {
"start-ios": "bash ./build.sh ios xcframework classic-level",
"start-macos": "bash ./build.sh macos universal classic-level",
"start-android": "bash ./build.sh android arm64 classic-level",
"start-linux": "bash ./build.sh linux x86-64 classic-level",
"apply-mobile-addon-gypi": "cp addon.gypi node_modules/node-gyp/addon.gypi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TryQuiet/framework-builder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TryQuiet/framework-builder/issues"
},
"homepage": "https://github.com/TryQuiet/framework-builder#readme",
"dependencies": {
"classic-level": "^1.2.0",
"electron": "19.0.5",
"leveldown": "^6.1.1",
"node-gyp": "^9.3.1",
"nodejs-mobile-gyp": "^0.3.1"
}
}