-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "lagiacrus",
"version": "1.1.4",
"description": "Lagiacrus adds decorators to Koa Application",
"author": "Benoit Briatte",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/Digipolitan/lagiacrus.git"
},
"tags": [
"koa",
"router",
"decorator",
"http",
"validator",
"transformer"
],
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/koa": "^2.0.49",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-router": "^7.0.42",
"@types/mocha": "^5.2.7",
"@types/supertest": "^2.0.8",
"chai": "^4.2.0",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-shell": "^0.7.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"koa-bodyparser": "^4.2.1",
"merge-stream": "^2.0.0",
"mocha": "^6.2.0",
"supertest": "^4.0.2",
"typescript": "^3.5.3"
},
"dependencies": {
"class-transformer": "^0.2.3",
"class-validator": "^0.10.0",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"reflect-metadata": "^0.1.13"
}
}