-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 772 Bytes
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": "faceclaw",
"main": "app/app.ts",
"version": "1.0.0",
"private": false,
"scripts": {
"build": "./build.sh",
"run": "./build_and_run.sh",
"release": "scripts/release.sh",
"clean": "rm -rf platforms",
"test": "tsc -p tests/tsconfig.json && node --test tests/*.test.cjs"
},
"dependencies": {
"@evenrealities/pretext": "^0.1.4",
"@nativescript/core": "~9.0.0",
"@nativescript/theme": "^3.1.0",
"@xterm/headless": "^6.0.0",
"fzstd": "^0.1.1",
"lodash": "^4.18.1",
"lz4js": "^0.2.0",
"pako": "^2.1.0",
"upng-js": "^2.1.0"
},
"devDependencies": {
"@nativescript/android": "9.0.4",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"typescript": "~5.4.0"
}
}