-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 701 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 701 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
{
"name": "sequelize-typescript-starter",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "node --require ts-node/register index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bluebird": "^3.5.26",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"reflect-metadata": "^0.1.10",
"sequelize": "^5.12.2",
"sequelize-typescript": "^1.0.0-beta.3",
"sqlite3": "^4.0.6",
"strong-error-handler": "^2.3.0"
},
"devDependencies": {
"@types/express": "^4.0.39",
"@types/node": "^12.6.9",
"ts-node": "^3.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
}
}