-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 859 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 859 Bytes
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
{
"name": "tampermonkey-script-utils",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack --watch",
"build": "webpack --mode production"
},
"author": "duanluan",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/jquery": "^3.5.33",
"@types/tampermonkey": "^5.0.5",
"babel-loader": "^10.0.0",
"glob": "^11.0.3",
"jquery": "^3.7.1",
"terser-webpack-plugin": "^5.3.14",
"typescript": "^5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}