-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
{
"version": "0.0.3",
"homepage": "https://testinggospels.github.io/camouflage-docs/",
"name": "@camouflage/http",
"description": "Easily mock your webservices while testing frontends.",
"author": "beltebelt",
"keywords": [
"test",
"mock",
"api",
"webservice",
"rest",
"camouflage",
"grpc",
"websockets",
"stub",
"virtualizatoion"
],
"license": "MIT",
"scripts": {
"test": "vitest",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/apicache": "^1.6.6",
"@types/bunyan": "^1.8.11",
"@types/bunyan-format": "^0.2.9",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-bunyan-logger": "^1.3.6",
"@types/jsonpath": "^0.2.4",
"@types/spdy": "^3.4.9",
"@types/supertest": "^2.0.16",
"@types/swagger-stats": "^0.95.11",
"axios": "^1.6.2",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
"dependencies": {
"@camouflage/helpers": "npm:@jsr/camouflage__helpers@^0.1.3",
"apicache": "^1.6.3",
"bunyan": "^1.8.15",
"bunyan-format": "^0.2.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-bunyan-logger": "^1.3.3",
"express-openapi-validator": "^5.1.2",
"express-query-parser": "^1.3.3",
"jsonpath": "^1.1.1",
"spdy": "^4.0.2",
"swagger-stats": "^0.99.7",
"zod": "^3.22.4"
},
"type": "module"
}