forked from JaylyDev/scriptapi-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 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
31
32
33
{
"name": "scriptapi-docs",
"version": "2.0.0",
"scripts": {
"build": "tsc --build",
"start": "node .",
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"docs:info": "vuepress info docs"
},
"main": "./dist/index.js",
"dependencies": {
"@vuepress/theme-default": "^2.0.0-beta.66",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"dts-bundle-generator": "^8.0.1",
"fs-extra": "^11.1.1",
"prettier": "^2.8.8",
"semver": "^7.5.4",
"ts-morph": "^19.0.0",
"typedoc": "^0.25.0",
"vuepress": "^2.0.0-beta.66"
},
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/node": "^20.5.7",
"@types/prettier": "^2.7.3",
"@types/semver": "^7.5.1"
},
"vuepress": {
"theme": "./"
}
}