-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 977 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 977 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
31
32
33
34
35
36
{
"name": "@c7s/node-ts-framework",
"version": "0.0.1",
"license": "UNLICENSED",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"tslint": "tslint --project ."
},
"dependencies": {
"@c7s/config": "c7s/config#dev",
"@c7s/http-errors": "c7s/http-errors#dev",
"class-transformer": "^0.2.3",
"inversify": "5.0.1",
"inversify-binding-decorators": "4.0.0",
"inversify-inject-decorators": "3.1.0",
"ioredis": "4.16.0",
"lodash.isstring": "4.0.1",
"log4js": "6.1.2",
"reflect-metadata": "0.1.13",
"routing-controllers": "0.8.0",
"striptags": "3.1.1",
"typeorm": "0.2.24"
},
"devDependencies": {
"@types/express": "4.17.2",
"@types/express-serve-static-core": "4.17.2",
"@types/ioredis": "4.14.8",
"@types/lodash.isstring": "4.0.6",
"@types/node": "8.10.59",
"tslint": "6.0.0",
"tslint-config-airbnb": "5.11.2",
"typescript": "3.8.3"
}
}