Created
September 17, 2024 22:14
-
-
Save mellumeriktest/f5420dd3211818142d492600cdecec71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "module", | |
"name": "recipestacker-api", | |
"description": "This project was bootstrapped with Fastify-CLI.", | |
"version": "1.0.0", | |
"module": "dist/app.js", | |
"main": "app.ts", | |
"directories": { | |
"test": "test" | |
}, | |
"scripts": { | |
"start": "node dist/app.js", | |
"build:ts": "tsc", | |
"watch:ts": "tsc -w", | |
"dev": "export NODE_ENV='development' && tsx watch src/app.ts" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"@fastify/autoload": "^5.0.0", | |
"@fastify/sensible": "^5.0.0", | |
"@repo/recipestacker-database": "*", | |
"fastify": "^4.26.1", | |
"fastify-cli": "^6.3.0", | |
"fastify-plugin": "^4.0.0" | |
}, | |
"devDependencies": { | |
"@types/node": "^20.4.4", | |
"c8": "^10.1.2", | |
"fastify-tsconfig": "^2.0.0", | |
"ts-node": "^10.4.0", | |
"tsx": "^4.19.0", | |
"typescript": "^5.2.2" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment