generated from CoCreate-app/CoCreate-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 892 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": "@cocreate/docs",
"version": "1.18.0",
"description": "Documentation generator ",
"keywords": [
"cocreate",
"lowcode",
"doc-generator"
],
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"build": "node src/index.js"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-docs.git"
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-docs/issues"
},
"homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme",
"dependencies": {
"@cocreate/config": "^1.12.5",
"@cocreate/crud-client": "^1.33.11",
"@cocreate/file": "^1.2.1",
"extract-comments": "^1.1.0",
"glob": "^7.1.6",
"parse-html-comments": "^1.3.1"
}
}