-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 2.55 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
25
26
27
28
29
30
31
32
{
"name": "headwind-livery-packages",
"version": "2.0.0",
"edition": "development",
"imports": {
"#build-utils": "./build-utils.js"
},
"scripts": {
"====== HDW A339X LIVERY PACKAGE ====": "==========================================",
"build-a339x-livery-package:copy-base-package": "mkdir -p /hdw-a339x-liveries/out/headwindsim-a339x-livery-package && (rsync -a hdw-a339x-liveries/src/base/headwindsim-a339x-livery-package hdw-a339x-liveries/out || cp -a -u hdw-a339x-liveries/src/base/headwindsim-a339x-livery-package hdw-a339x-liveries/out)",
"build-a339x-livery-package:copy-base-files": "npm run build-a339x-livery-package:copy-base-package",
"build-a339x-livery-package:manifest": "node scripts/build-a339x-liveries.js",
"====== HDW SU95X LIVERY PACKAGE ====": "==========================================",
"build-su95x-livery-package:copy-base-package": "mkdir -p /hdw-su95x-liveries/out/headwindsim-su95x-livery-package && (rsync -a hdw-su95x-liveries/src/base/headwindsim-su95x-livery-package hdw-su95x-liveries/out || cp -a -u hdw-su95x-liveries/src/base/headwindsim-su95x-livery-package hdw-su95x-liveries/out)",
"build-su95x-livery-package:copy-base-files": "npm run build-su95x-livery-package:copy-base-package",
"build-su95x-livery-package:manifest": "node scripts/build-su95x-liveries.js",
"====== HUES A339X DAL LIVERY PACKAGE ====": "==========================================",
"build-hues-a339x-dal:copy-base-package-4k": "mkdir -p hues-a339x-dal/out/hues-livery-a339x-delta-package && (rsync -a hues-a339x-dal/src/base/hues-livery-a339x-delta-package-4k/ hues-a339x-dal/out/hues-livery-a339x-delta-package/ || cp -a -u hues-a339x-dal/src/base/hues-livery-a339x-delta-package-4k/ hues-a339x-dal/out/hues-livery-a339x-delta-package/)",
"build-hues-a339x-dal:copy-base-package-8k": "mkdir -p hues-a339x-dal/out/hues-livery-a339x-delta-package && (rsync -a hues-a339x-dal/src/base/hues-livery-a339x-delta-package-8k/ hues-a339x-dal/out/hues-livery-a339x-delta-package/ || cp -a -u hues-a339x-dal/src/base/hues-livery-a339x-delta-package-8k/ hues-a339x-dal/out/hues-livery-a339x-delta-package/)",
"build-hues-a339x-dal:manifest": "node scripts/build-hues-a339x-dal.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"
}
}