22 lines
414 B
JSON
22 lines
414 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "Lexedia",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fastify": "^4.28.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.4",
|
|
"pino-pretty": "^11.2.2",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|