-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "@nanoexpress/middleware-schemator",
"version": "1.0.0",
"description": "Schemator middleware for nanoexpress",
"type": "module",
"main": "schemator.es.js",
"typings": "schemator.d.ts",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/dalisoft"
},
"engines": {
"node": ">=18.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nanoexpress/middlewares.git"
},
"keywords": [
"nanoexpress",
"middlewares",
"schemator",
"validation",
"serialization"
],
"author": "dalisoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/nanoexpress/middlewares/issues"
},
"homepage": "https://github.com/nanoexpress/middlewares#readme",
"dependencies": {
"@nanoexpress/middleware-static-serve": "^1.0.3",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"fast-json-stringify": "^5.6.2",
"getdirname": "^0.1.5",
"js-yaml": "^4.1.0",
"lodash.omit": "^4.5.0",
"swagger-ui-dist": "^4.17.0"
}
}