-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "baha-auto-sign",
"version": "1.4.0",
"description": "Daily sign in 94 EZ.",
"scripts": {
"dev": "webpack --env development --watch --config config/webpack.config.ts",
"build": "yarn build:ext && yarn build:zip",
"build:ext": "webpack --env production --config config/webpack.config.ts",
"build:zip": "ts-node scripts/build-zip.ts",
"lint": "eslint . --fix",
"postversion": "git push --tags && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brownsugar/baha-auto-sign.git"
},
"author": "Lay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brownsugar/baha-auto-sign/issues"
},
"homepage": "https://github.com/brownsugar/baha-auto-sign#readme",
"private": true,
"devDependencies": {
"@brownsugar/eslint-config": "^3.3.0",
"@types/adm-zip": "^0.5.6",
"@types/chrome": "^0.0.283",
"adm-zip": "^0.5.16",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.14.0",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"@os-team/measurement-protocol": "^1.0.9"
}
}