-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 984 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": "sap-dmp",
"author": "S1SEVEN",
"version": "0.0.0",
"description": "S1SEVEN SAP DMP Documentation",
"main": "index.js",
"scripts": {
"docs:compose": "node ./compose.js",
"docs:dev": "npm run docs:compose && vuepress dev docs",
"docs:build": "npm run docs:compose && vuepress build docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/s1seven/SAP-DMP.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/s1seven/SAP-DMP/issues"
},
"homepage": "https://github.com/s1seven/SAP-DMP#readme",
"devDependencies": {
"@types/swagger-ui-dist": "^3.30.4",
"@vuepress/plugin-search": "2.0.0-rc.0",
"axios": "^1.6.5",
"cpx": "^1.5.0",
"file-saver": "^2.0.5",
"glob": "^10.3.10",
"lodash": "^4.17.21",
"swagger-ui-dist": "^5.11.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vuepress": "2.0.0-rc.0"
}
}