-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nicassa-generator",
"description": "CLI based code generator for Sequelize, Node, Typescript, Angular 2, Android, Swagger, ORM Lite",
"version": "0.0.44",
"author": "Harald Fielker <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/egandro/nicassa-generator.git"
},
"bugs": {
"url": "https://github.com/egandro/nicassa-generator/issues"
},
"bin": {
"nicassa-generator": "launcher.js"
},
"scripts": {
"gentest-alltypes": "cd test && cd alltypes && tsoa swagger",
"gentest-alltypes-optional": "cd test && cd alltypesoptional && tsoa swagger",
"gentest-alltypes-array": "cd test && cd alltypesarray && tsoa swagger",
"gentest-alltypes-array-optional": "cd test && cd alltypesarrayoptional && tsoa swagger",
"gentest-complextypes": "cd test && cd complextypes && tsoa swagger",
"gentest": "npm run gentest-alltypes && npm run gentest-alltypes-optional && npm run gentest-alltypes-array && npm run gentest-alltypes-array-optional && npm run gentest-complextypes",
"testexec": "node launcher-test.js",
"test": "npm run gentest && npm run testexec"
},
"dependencies": {
"@types/ejs": "2.7.0",
"@types/node": "7.10.14",
"@types/nomnom": "0.0.28",
"@types/swagger-parser": "4.0.3",
"change-case": "3.1.0",
"ejs": "2.7.4",
"fs-force-mkdir-sync": "1.1.0",
"identifierfy": "1.1.1",
"nicassa-parser-db": "0.0.9",
"nomnom": "1.8.1",
"prompt": "1.1.0",
"swagger-parser": "3.4.2",
"ts-node": "3.3.0",
"typescript": "2.9.2"
},
"devDependencies": {
"@types/node": "8.10.66",
"@types/nomnom": "0.0.28",
"tslint": "5.20.1",
"tsoa": "1.3.6"
},
"keywords": [
"mysql",
"sqlite",
"postgresql",
"postgres",
"mssql",
"orm",
"nodejs",
"tyoescript",
"android",
"angular2",
"angular4",
"mdd",
"object relational mapper",
"json",
"schema reader",
"orm lite",
"swagger"
],
"license": "MIT"
}