forked from SteppoFF/ita-matrix-powertools
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
50 lines (50 loc) · 1.73 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
44
45
46
47
48
49
50
{
"name": "ita-matrix-powertools",
"version": "0.55.15",
"description": "Adds new features and builds fare purchase links for ITA Matrix",
"main": "ita-matrix-powertools.user.js",
"scripts": {
"install": "napa",
"authors": "bash scripts/authors.sh",
"type-check": "tsc --noEmit",
"build:proto": "bash scripts/generate-protos.sh",
"build": "npm run build:proto && webpack && npm run minify",
"minify": "uglifyjs ita-matrix-powertools.user.js -o script_minified.js",
"version": "npm run authors && npm run build && git add ita-matrix-powertools.user.js script_minified.js AUTHORS",
"package:webext": "node scripts/package.webext.js",
"release:chrome": "shipit chrome ./webext",
"release:firefox": "shipit firefox ./webext",
"release:opera": "shipit opera ./webext",
"prepare": "husky install && npm run build:proto"
},
"dependencies": {
"base64-js": "^1.5.1",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0"
},
"napa": {
"JSONCrush": "KilledByAPixel/JSONCrush#29a6042e7417fde317e60ba2ae54f1384f612c4b"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,css,scss,md}": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.9.1",
"@types/greasemonkey": "^4.0.4",
"@types/webpack-env": "^1.18.1",
"@wext/shipit": "github:adamhwang/wext-shipit",
"dom-chef": "^4.2.2",
"exports-loader": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"napa": "^3.0.0",
"path": "^0.12.7",
"prettier": "^3.0.3",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"uglify-es": "^3.3.9",
"upload-opera-extension": "github:adamhwang/upload-opera-extension",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}