@faisalrmdhn08/allin-cli
Version:
A modern full-stack CLI tool based on Typescript designed to accelerate your app development process — setup your entire stack in one seamless command.
17 lines (16 loc) • 324 B
JSON
{
"name": "fastify-project",
"version": "1.0.0",
"description": "Express backend project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"fastify": "^5.3.3"
}
}