-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 989 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
{
"name": "@saildrone/sequelize-serializer",
"version": "3.1.0",
"description": "An easy-to-use Serializer for Sequelize Models",
"repository": {
"type": "git",
"url": "git+https://github.com/saildrone/sequelize-serializer.git"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json '{src,test}/**/*.ts'",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"test": "NODE_ENV=test lab",
"posttest": "npm run lint"
},
"author": "Todd Bealmear <todd@saildrone.com>",
"license": "MIT",
"peerDependencies": {
"sequelize": "^5.18.4"
},
"devDependencies": {
"@hapi/code": "^6.0.0",
"@hapi/lab": "^20.4.0",
"@types/bluebird": "^3.5.27",
"@types/hapi__code": "^5.3.0",
"@types/validator": "^10.11.3",
"lab-transform-typescript": "^3.0.1",
"sequelize": "^5.18.4",
"sqlite3": "^5.0.2",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"dependencies": {}
}