Skip to content

Instantly share code, notes, and snippets.

@mellumeriktest
Created September 17, 2024 22:14
Show Gist options
  • Save mellumeriktest/f5420dd3211818142d492600cdecec71 to your computer and use it in GitHub Desktop.
Save mellumeriktest/f5420dd3211818142d492600cdecec71 to your computer and use it in GitHub Desktop.
{
"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