-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 770 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 770 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
30
{
"name": "tech-study",
"version": "1.0.0",
"description": "a flexible and light tampermonkey plugin for xuexiqiangguo.",
"main": "tech-study.js",
"scripts": {
"build": "ts-node bin/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xu22Web/tech-study-js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Xu22Web/tech-study-js/issues"
},
"homepage": "https://github.com/Xu22Web/tech-study-js#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.0",
"@types/node": "^18.14.6",
"@types/tampermonkey": "^4.0.10",
"chalk": "^4.1.2",
"ora": "^4.1.1",
"rollup": "^3.18.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}