generated from phpvms/acars-pdk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "acars-pdk",
"version": "1.0.0",
"private": true,
"description": "",
"main": "app.js",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"copy": "gulp copy",
"csbuild": "gulp csbuild",
"tsbuild": "tsc --build",
"lint": "eslint --fix",
"format": "prettier --ignore-path .gitignore --write \"src/**/*.+(js|ts|json)\"",
"testing": "gulp testing",
"watch": "gulp watch"
},
"keywords": [],
"author": "Nabeel Shahzad <[email protected]>",
"license": "ISC",
"devDependencies": {
"@dotenvx/dotenvx": "^1.13.2",
"@stylistic/eslint-plugin-js": "^2.7.2",
"@types/node": "^22.5.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"cross-env": "^7.0.3",
"del": "^7.1.0",
"eslint": "^9.9.1",
"gulp": "^5.0.0",
"gulp-eslint-new": "^2.3.0",
"gulp-typescript": "^6.0.0-alpha.1",
"merge2": "^1.4.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}