-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 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
{
"name": "nicassa-parser-db",
"description": "CLI based schema 2 JSON parser for Sequelize",
"version": "0.0.9",
"author": "Harald Fielker <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/egandro/nicassa-parser-db.git"
},
"bugs": {
"url": "https://github.com/egandro/nicassa-parser-db/issues"
},
"bin": {
"nicassa-parser-db": "launcher.js"
},
"main": "index.ts",
"dependencies": {
"@types/node": "^7.0.22",
"@types/nomnom": "^0.0.28",
"@types/sequelize": "^4.0.55",
"mysql": "^2.13.0",
"nomnom": "^1.8.1",
"pg": "^6.2.3",
"pg-hstore": "^2.3.2",
"prompt": "^1.0.0",
"sequelize": "^3.30.4",
"sha.js": "^2.4.8",
"sqlite3": "^3.1.8",
"tedious": "^2.0.0",
"ts-node": "^3.0.4",
"typescript": "^2.3.3"
},
"devDependencies": {
"tslint": "^5.3.2"
},
"scripts": {},
"keywords": [
"mysql",
"sqlite",
"postgresql",
"postgres",
"mssql",
"orm",
"nodejs",
"object relational mapper",
"json",
"schema reader",
"nicassa"
],
"license": "MIT"
}