netepscript
Version:
Automate initial setup of Node.js projects with Express, TypeScript, ESLint, and Prettier
28 lines (27 loc) • 645 B
JSON
{
"name": "netepscript",
"version": "0.10.11",
"description": "Automate initial setup of Node.js projects with Express, TypeScript, ESLint, and Prettier",
"main": "index.js",
"bin": {
"netepScript": "./netepscript.sh"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"release": "npm version patch && git push origin main --tags",
"start": "./netepscript.sh"
},
"keywords": [
"node",
"express",
"typescript",
"eslint",
"prettier",
"setup",
"automation",
"project-initialization",
"development-tools"
],
"author": "Synergy2Devs",
"license": "ISC"
}