forked from bonaval/sequelize-temporal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 931 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": "@invisible/sequelize-temporal",
"version": "1.1.2",
"description": "Temporal tables for Sequelize",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/invisible-tech/sequelize-temporal.git"
},
"keywords": [
"sequelize",
"temporal",
"versioning",
"sql11",
"undo",
"paranoid",
"historical"
],
"author": "TNG <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/invisible-tech/sequelize-temporal/issues"
},
"homepage": "https://github.com/invisible-tech/sequelize-temporal#readme",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"sequelize": "^4.38.0",
"sqlite3": "^4.0.1"
}
}