-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.18 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "koa-ts",
"version": "1.0.0",
"description": "",
"main": "build/application.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "jest",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts src --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/accepts": "1.3.5",
"@types/content-disposition": "0.5.3",
"@types/content-type": "1.1.3",
"@types/cookies": "^0.7.4",
"@types/debug": "^4.1.5",
"@types/depd": "1.1.32",
"@types/destroy": "1.0.0",
"@types/encodeurl": "1.0.0",
"@types/escape-html": "1.0.0",
"@types/fresh": "0.5.0",
"@types/http-assert": "1.5.1",
"@types/http-errors": "1.6.3",
"@types/is-generator-function": "1.0.1",
"@types/koa-compose": "3.2.5",
"@types/koa-convert": "1.2.3",
"@types/node": "14.0.5",
"@types/on-finished": "2.3.1",
"@types/parseurl": "1.3.1",
"@types/statuses": "1.5.0",
"@types/type-is": "1.6.3",
"@types/vary": "1.1.0",
"accepts": "1.3.7",
"cache-content-type": "1.0.1",
"content-disposition": "0.5.3",
"content-type": "1.0.4",
"cookies": "^0.8.0",
"debug": "^4.1.1",
"depd": "2.0.0",
"destroy": "1.0.4",
"encodeurl": "1.0.2",
"escape-html": "1.0.3",
"fresh": "0.5.2",
"http-assert": "1.4.1",
"http-errors": "1.7.3",
"is-generator-function": "1.0.7",
"keygrip": "1.1.0",
"koa-compose": "4.1.0",
"koa-convert": "1.2.0",
"on-finished": "2.3.0",
"only": "0.0.2",
"parseurl": "1.3.3",
"ts-node": "8.10.1",
"type-is": "1.6.18",
"typescript": "3.9.3",
"vary": "1.1.2"
},
"devDependencies": {
"@types/jest": "25.2.3",
"@typescript-eslint/eslint-plugin": "3.2.0",
"@typescript-eslint/parser": "3.2.0",
"eslint": "7.2.0",
"eslint-config-koa": "2.0.2",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-jest": "23.13.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "26.6.3",
"mm": "3.2.0",
"statuses": "2.0.0",
"supertest": "4.0.2",
"ts-jest": "26.5.5"
}
}