-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
24 lines (24 loc) · 1.09 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
{
"name": "hs789-livery-package",
"version": "1.0.0",
"edition": "development",
"imports": {
"#build-utils": "./build-utils.js"
},
"scripts": {
"====== HS789 LIVERY PACKAGE ====": "==========================================",
"build-hs789-livery-package:copy-base-package": "mkdir -p /hs-789-liveries/out/horizonsim-aircraft-787-9-livery-package && (rsync -a hs-789-liveries/src/base/horizonsim-aircraft-787-9-livery-package hs-789-liveries/out || cp -a -u hs-789-liveries/src/base/horizonsim-aircraft-787-9-livery-package hs-789-liveries/out)",
"build-hs789-livery-package:copy-base-files": "npm run build-hs789-livery-package:copy-base-package",
"build-hs789-livery-package:manifest": "node scripts/build-hs789-liveries.js",
"====== COMMON ================": "==========================================",
"lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}",
"lint-fix": "npm run lint -- --fix",
"test": "jest"
},
"dependencies": {
"@flybywiresim/fragmenter": "^0.8.0",
"@flybywiresim/igniter": "^1.2.3",
"dotenv": "^16.3.1",
"fs-extra": "^11.2.0"
}
}