-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"name": "node-apifactory",
"version": "0.20.0",
"description": "Web framework for API-first development via OpenAPI specification with included validation according to OpenAPI based on fastify and @apidevtools/json-schema-ref-parser.",
"license": "MIT",
"author": {
"name": "Alexander Andreev"
},
"main": "src/index.js",
"types": "types/index.d.ts",
"type": "module",
"imports": {
"#node-apifactory": {
"default": "./src/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderFromEarth/node-apifactory.git"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "13.0.3",
"@aws-sdk/client-s3": "3.907.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"amqplib": "0.10.9",
"better-sqlite3": "12.2.0",
"fastify": "5.3.3",
"kafkajs": "2.2.4",
"kysely": "0.28.4",
"mongodb": "6.20.0",
"mysql2": "3.14.3",
"npm": "11.6.2",
"pg": "8.16.3",
"pino": "9.8.0",
"redis": "5.8.0"
},
"engines": {
"node": ">=22.0.0"
}
}