27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "nodejs-warsaw-xxi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.techserio.com:mattiashz/nodejs-warsaw-xxi.git"
|
|
},
|
|
"author": "hz",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@fastify/swagger": "^9.4.2",
|
|
"@fastify/swagger-ui": "^5.2.2",
|
|
"@fastify/type-provider-typebox": "^5.1.0",
|
|
"@sinclair/typebox": "^0.34.28",
|
|
"fastify": "^5.2.1",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^22.13.8"
|
|
}
|
|
}
|