forked from samuelneff/sequelize-auto-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 921 Bytes
/
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
{
"name": "sequelize-auto-ts",
"version": "1.0.10",
"author": "Samuel Neff <[email protected]> https://github.com/samuelneff",
"description": "Generates Sequelize definition statements and TypeScript interfaces for tables in a database.",
"keywords": ["Sequelize", "orm", "generate", "template", "script", "typescript"],
"homepage": "https://github.com/samuelneff/sequelize-auto-ts",
"bugs": "https://github.com/samuelneff/sequelize-auto-ts/issues",
"repository" : {
"type" : "git",
"url" : "https://github.com/samuelneff/sequelize-auto-ts.git"
},
"dependencies" : {
"sequelize": "1.7.8",
"script-template" : ">=1.0.0",
"prompt": "0.2.13",
"mysql" : "2.3.2"
},
"devDependencies": {
"jasmine-node" : "1.14.3"
},
"license": "MIT",
"engines": {
"node": ">=0.10.26"
}
}