-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 829 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 829 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
{
"name": "core-engine-api",
"version": "2.0.0",
"description": "InnerCore Docs v2",
"devDependencies": {
"docsify-cli": "^4.4.3",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-typedoc": "^0.2.4",
"nlfurniss-typedoc-plugin-sourcefile-url": "^2.0.0",
"typedoc": "^0.22.11",
"typescript": "^4.5.4",
"underscore.string": "^3.3.6"
},
"scripts": {
"serve-docs": "docsify serve ./documentation/static",
"serve-out": "docsify serve ./out",
"build": "grunt docs_api",
"build-serve": "npm run build && npm run serve-out"
},
"repository": {
"type": "git",
"url": "https://github.com/mineprogramming/innercore-docs.git"
},
"license": "GPL-3.0"
}