-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1019 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
{
"name": "streaming-plus-sequencer",
"version": "1.2.1",
"private": true,
"scripts": {
"build": "ts-node -T build.ts --firefox --chrome",
"build:firefox": "ts-node -T build.ts --firefox",
"build:chrome": "ts-node -T build.ts --chrome",
"lint": "eslint --ext .ts,.js,.vue src",
"run:firefox": "web-ext run -s dist-firefox",
"run:chrome": "web-ext run -s dist-chrome -t chromium",
"package:firefox": "web-ext build -s dist-firefox --overwrite-dest",
"package:chrome": "web-ext build -s dist-chrome --overwrite-dest"
},
"devDependencies": {
"@types/mustache": "4.2.5",
"@types/node": "18.19.68",
"@types/webextension-polyfill": "0.12.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"web-ext": "7.12.0",
"webextension-polyfill": "0.12.0"
}
}