forked from saltysimulations/salty-747
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 978 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
{
"name": "salty-747",
"version": "0.3.0",
"description": "An open-source modification for the default MSFS 747-8, aiming to improve the lacking features and realism of the default aircraft.",
"scripts": {
"build:layout": "node scripts/build.js",
"build:fpm": "cd src/fpm && tsc --module commonjs && rollup -c rollup.config.ts",
"build": "npm run build:fpm && npm run build:layout"
},
"author": "Salty Simulations",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"rollup": "^2.37.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
}
}