forked from WorldlinerRS/robsim-salty-777
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 955 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
31
{
"name": "masterrob94-salty-777",
"version": "2.1.16",
"description": "Captain Sim B777/767 Salty Compatibility",
"edition": "development",
"main": "",
"scripts": {
"lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}",
"lint-fix": "npm run lint -- --fix",
"test": "jest",
"prettier": "prettier --write **/*.json **/*.yml src/instruments/**/*.css",
"build": "node scripts/build.js"
},
"lint-staged": {
"*.{js,mjs,jsx}": "eslint --cache --fix",
"*.{json,yml,css,scss}": "prettier --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobSimulation/robsim-salty-777.git"
},
"author": "Robin Breitfeld",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RobSimulation/robsim-salty-777/issues"
},
"homepage": "https://github.com/RobSimulation/robsim-salty-777#readme",
"dependencies": {
"fs-extra": "^10.0.0"
}
}