forked from remojansen/TsUML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "tsuml",
"version": "0.0.1-alpha.8",
"description": "UML diagrams for TypeScript",
"main": "dist/lib/index.js",
"bin": {
"tsuml": "dist/bin/index.js"
},
"devDependencies": {
"@types/glob": "5.0.35",
"@types/lodash": "4.14.106",
"@types/node": "9.6.0",
"@types/opn": "5.1.0",
"@types/request": "2.47.0",
"@types/yargs": "11.0.0"
},
"dependencies": {
"chalk": "2.3.2",
"glob": "7.1.2",
"lodash": "4.17.5",
"opn": "5.3.0",
"request": "2.85.0",
"ts-simple-ast": "9.5.0",
"typescript": "2.7.2",
"yargs": "11.0.0"
},
"scripts": {
"test": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remojansen/TsUML.git"
},
"keywords": [
"typescript",
"uml",
"diagram",
"generator",
"class"
],
"author": "Remo H. Jansen",
"license": "MIT",
"bugs": {
"url": "https://github.com/remojansen/TsUML/issues"
},
"homepage": "https://github.com/remojansen/TsUML#readme"
}