forked from flexxnn/sequelize-auto-migrations
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
{
"name": "sequelize-lazy-migrations",
"version": "1.0.4",
"description": "Sequelize migrations generator & runner",
"main": "index.js",
"private": false,
"bin": {
"runmigration": "./bin/runmigration.js",
"makemigration": "./bin/makemigration.js"
},
"scripts": {
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matmar10/sequelize-lazy-migrations.git"
},
"keywords": [
"sequelize",
"migrations",
"migration",
"database",
"db",
"sql"
],
"author": "Michael Maslov",
"license": "MIT",
"bugs": {
"url": "https://github.com/matmar10/sequelize-lazy-migrations/issues"
},
"homepage": "https://github.com/matmar10/sequelize-lazy-migrations#readme",
"dependencies": {
"async": "^2.5.1",
"command-line-args": "^5.0.2",
"deep-diff": "^0.3.8",
"js-beautify": "^1.8.9",
"lodash": "^4.17.11",
"object-hash": "^1.3.1",
"sequelize": "^4.42.0"
},
"devDependencies": {
"release-it": "^14.9.0"
}
}