forked from WindRunnerMax/TKScript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 Bytes
/
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
{
"name": "TKScript",
"version": "1.0.0",
"description": "油猴插件",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/WindrunnerMax/TKScript"
},
"scripts": {
"dev": "rollup -c --watch",
"build": "./publish.sh"
},
"author": "Czy",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"esbuild": "^0.15.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"postcss": "^8.3.11",
"prettier": "^2.3.2",
"rollup": "^2.18.2",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-userscript-metablock": "^0.3.1",
"typescript": "^4.4.2"
}
}