-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.37 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
{
"name": "oxz",
"version": "0.1.3",
"description": "oxz",
"main": "dist/index.js",
"directories": {
"example": "example"
},
"dependencies": {
"http-proxy": "^1.16.2",
"json5": "^1.0.1",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-compose": "^4.0.0",
"lodash": "^4.17.5",
"path-to-regexp": "^2.2.0"
},
"devDependencies": {
"@types/http-proxy": "^1.16.0",
"@types/jest": "^22.2.2",
"@types/json5": "0.0.29",
"@types/koa": "^2.0.44",
"@types/koa-bodyparser": "^4.2.0",
"@types/lodash": "^4.14.106",
"jest": "^22.4.3",
"ts-jest": "^22.4.2",
"tsc": "^1.20150623.0",
"typescript": "^2.8.1"
},
"scripts": {
"prepublishOnly": "node_modules/typescript/bin/tsc",
"dev": "node_modules/typescript/bin/tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elcarim5efil/oxz.git"
},
"keywords": [
"koa",
"mock"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/elcarim5efil/oxz/issues"
},
"homepage": "https://github.com/elcarim5efil/oxz#readme",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}