forked from maomao1996/tampermonkey-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 762 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 762 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
29
{
"name": "tampermonkey-scripts",
"version": "1.0.0",
"description": "油猴插件库",
"author": "maomao1996 <1714487678@qq.com>",
"scripts": {
"dev": "tsc -w",
"build": "rimraf libs && tsc",
"clean": "rimraf libs",
"c": "node scripts/create.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maomao1996/tampermonkey-scripts.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maomao1996/tampermonkey-scripts/issues"
},
"homepage": "https://github.com/maomao1996/tampermonkey-scripts#readme",
"devDependencies": {
"@types/jquery": "^3.5.6",
"chalk": "^4.1.2",
"fs-extra": "^10.0.0",
"inquirer": "^7.3.3",
"rimraf": "^3.0.2",
"typescript": "^4.4.3"
}
}