-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.06 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.06 KB
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
{
"name": "hype-control",
"version": "1.1.0",
"description": "Friction between your wallet and the hype train. Spending caps, cooldown timers, and reality checks before Twitch purchases.",
"scripts": {
"build": "webpack --mode production",
"build:firefox": "webpack --mode production --env target=firefox",
"clean": "rimraf dist",
"dev": "webpack --mode development --watch",
"dev:firefox": "webpack --mode development --watch --env target=firefox",
"postinstall": "npm run build",
"release": "node scripts/release.js",
"test": "jest"
},
"devDependencies": {
"@types/chrome": "^0.0.268",
"@types/jest": "^30.0.0",
"archiver": "^7.0.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
"playwright": "^1.58.2",
"rimraf": "^5.0.7",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"license": "GPL-3.0"
}