start-dev-faster
Version:
Quickly Start developing your frontend, backend and Fullstack apps with the MERN Stack.
37 lines (36 loc) • 859 B
JSON
{
"name": "start-dev-faster",
"version": "1.4.8",
"description": "Quickly Start developing your frontend, backend and Fullstack apps with the MERN Stack.",
"main": "src/app.js",
"bin": "src/app.js",
"type": "module",
"scripts": {
"start": "node src/app.js"
},
"keywords": [
"Boilerplate",
"cli",
"command-line",
"terminal",
"Express",
"Node.js",
"React"
],
"author": "Yassin Eldeeb",
"license": "MIT",
"dependencies": {
"colors": "^1.4.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YassinEldeeb/start-dev-faster/issues"
},
"bugs": {
"url": "https://github.com/YassinEldeeb/start-dev-faster/issues"
},
"homepage": "https://github.com/YassinEldeeb/start-dev-faster#readme",
"devDependencies": {}
}