forked from bonaval/sequelize-temporal
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 946 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
40
41
{
"name": "sequelize-historical",
"version": "5.1.0",
"description": "Historical tables for Sequelize",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencollective/sequelize-historical.git"
},
"keywords": [
"sequelize",
"temporal",
"versioning",
"sql11",
"undo",
"paranoid",
"historical"
],
"author": "greenify <[email protected]> (https://github.com/greenify)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opencollective/sequelize-historical/issues"
},
"homepage": "https://github.com/opencollective/sequelize-historical#readme",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^6.0.2",
"sequelize": "^5.2.1",
"sqlite3": "^4.0.6"
}
}