-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
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
{
"name": "sequelize-typescript-mock-examples",
"version": "0.0.1",
"description": "",
"main": "app.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NielsSteensma/sequelize-typescript-mock-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NielsSteensma/sequelize-typescript-mock-examples/issues"
},
"homepage": "https://github.com/NielsSteensma/sequelize-typescript-mock-examples#readme",
"dependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.11.5",
"jest": "^24.5.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.8.7",
"sequelize-typescript": "^1.0.0-alpha.9",
"ts-jest": "^24.0.2",
"ts-node": "^8.0.3",
"typescript": "^3.3.4000"
}
}