-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 860 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
35
{
"name": "jike-tool",
"version": "0.0.1",
"description": "jike toolbox",
"keywords": [
"jike"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sxzz/jike-tool.git"
},
"author": "Kevin <[email protected]>",
"type": "module",
"main": "src/main.js",
"scripts": {
"build": "tsc",
"start": "node --no-warnings --experimental-json-modules dist/src/main.js"
},
"bugs": {
"url": "https://github.com/sxzz/jike-tool/issues"
},
"homepage": "https://github.com/sxzz/jike-tool#readme",
"devDependencies": {
"@sxzz/eslint-config-prettier": "^1.6.1",
"@sxzz/eslint-config-ts": "^1.6.1",
"commander": "^8.3.0",
"eslint": "^8.3.0",
"eslint-define-config": "^1.1.4",
"esno": "^0.12.1",
"got": "^11.8.3",
"p-limit": "^4.0.0",
"typescript": "^4.5.2"
}
}