Add .bin/install.js Updated README.md

This commit is contained in:
Lorenzo Iovino 2024-01-20 10:12:26 +01:00
parent ae301e44f4
commit 0ddea7c1c6
5 changed files with 77 additions and 23 deletions

View file

@ -1,7 +1,7 @@
{
"name": "base",
"name": "node-base",
"version": "1.0.0",
"description": "",
"description": "Very Simple nodejs boilerplate (with TS)",
"main": "index.js",
"scripts": {
"start": "node build/main.js",
@ -11,7 +11,10 @@
"test:watch": "node --import tsx --test --watch **/*.spec.ts",
"test": "node --import tsx --test **/*.spec.ts"
},
"author": "",
"bin": {
"node-base": ".bin/install.js"
},
"author": "Lorenzo Iovino",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.5",