-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 852 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "sequelize-typescript-auto",
"version": "0.0.3",
"description": "generate sequelize-typescript models from database",
"main": "index.js",
"bin": "bin/sequelize-typescript-auto",
"scripts": {
"test": "node test/index.js"
},
"keywords": [
"sequelize",
"sequelize-typescript",
"model",
"database",
"orm"
],
"author": "Johnson",
"license": "MIT",
"repository": {
"url": "https://github.com/YES-Lee/sequelize-typescript-auto"
},
"contributors": [
{
"name": "Johnson",
"email": "[email protected]",
"url": "https://johnsonlee.site"
}
],
"dependencies": {
"async": "^3.1.1",
"camelcase": "^5.3.1",
"chalk": "^3.0.0",
"commander": "^4.1.1",
"lodash": "^4.17.15",
"mysql2": "^2.1.0",
"ora": "^4.0.3",
"sequelize": "^5.21.3"
}
}