-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@es-pkg/doc",
"description": "根据ts文件的注释生成表格md",
"version": "0.0.1",
"type": "module",
"scripts": {
"doc": "esno build.ts",
"md": "esno md.ts",
"dev": "esno server/ssr.ts",
"compile": "es-pkg compile",
"publish": "es-pkg publish"
},
"dependencies": {
"js-beautify": "^1.15.1",
"turndown": "^7.1.2",
"typedoc": "^0.25.9"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-self": "^7.23.3",
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
"@types/cross-spawn": "^6.0.6",
"@types/express": "^4.17.21",
"@types/js-beautify": "^1.14.3",
"@types/react": "^18.2.61",
"@types/turndown": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cross-spawn": "^7.0.3",
"es-pkg": "latest",
"eslint": "^8.55.0",
"express": "^4.18.3",
"hotkeys-js": "^3.13.7",
"open": "^8.4.2",
"querystring": "^0.2.1",
"react": "^18.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite-plugin-checker": "^0.6.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"es-pkg-doc"
],
"homepage": "https://github.com/robertpanvip/es-pkg-doc.git",
"repository": {
"type": "git",
"url": "https://github.com/robertpanvip/es-pkg-doc.git"
},
"bugs": {
"url": "https://github.com/robertpanvip/es-pkg-doc/issues"
},
"author": "robertpanvip",
"license": "ISC"
}