-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 819 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 819 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
34
35
36
{
"name": "dochub-sdk",
"version": "0.1.395",
"description": "The DocHub System Development Kit.",
"private": false,
"main": "index.ts",
"module": "index.ts",
"homepage": "https://dochub.info",
"bin": {
"dochub-cli": "cli/main.js"
},
"repository": "git+https://github.com/rpiontik/DocHubSDK",
"scripts": {
"start": "PUBLIC_URL=/ ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"DocHub",
"AaaC",
"Metamodels",
"Architecture"
],
"author": "R.Piontik",
"license": "GPLV3",
"dependencies": {
"ajv": "8.17.1",
"ajv-i18n": "4.2.0",
"axios": "0.21.4",
"vue": "2.7.14",
"vue-class-component": "7.2.6",
"vue-property-decorator": "9.1.2",
"vue-router": "3.6.5",
"vuetify": "2.6.14",
"vuex": "3.6.2"
}
}