forked from LaWebcapsule/orbits
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 843 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 843 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": "@wbce/orbits",
"version": "1.0.0",
"description": "Flow for DevOps - a simple way to write state machine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-doc": "npx typedoc --options typedoc.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaWebcapsule/orbits"
},
"author": "la webcapsule",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/webcapsule/actions/issues"
},
"homepage": "https://gitlab.com/webcapsule/actions#readme",
"devDependencies": {
"@knodes/typedoc-plugin-pages": "^0.23.1",
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.11.14",
"typedoc": "^0.23.23",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-theme-hierarchy": "^3.0.2",
"typescript": "^4.9.4"
}
}