-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 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
34
35
36
37
{
"name": "youtube-comment-position-extension",
"version": "1.4.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack",
"build:dev": "cross-env NODE_ENV=development webpack",
"watch": "cross-env NODE_ENV=development webpack --watch",
"zip": "npm run build && npx tsx scripts/create-zip.mts",
"publish": "npm run build && npx tsx scripts/publish.mts"
},
"keywords": [],
"author": "yhotta240",
"devDependencies": {
"@types/archiver": "^7.0.0",
"@types/bootstrap": "^5.2.10",
"@types/chrome": "^0.1.6",
"copy-webpack-plugin": "^13.0.1",
"cross-env": "^10.1.0",
"ts-loader": "^9.5.4",
"tsx": "^4.21.0",
"typescript": "^5.9.2",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"ws": "^8.18.3"
},
"dependencies": {
"archiver": "^7.0.1",
"bootstrap": "^5.3.8",
"chrome-webstore-upload-cli": "^3.5.0",
"css-loader": "^7.1.2",
"dotenv": "^17.2.3",
"style-loader": "^4.0.0"
}
}