This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-05-08 19:08:22 +05:30
parent b6f82eb6a9
commit c57c6cfe5c
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
{
"name": "@bravo68web/stockpile",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Tiny Redis Server ...",
"main": "app/main.js",
"main": "app/bootstrap.js",
"bin": {
"stockpile": "app/main.js"
"stockpile": "app/bootstrap.js"
},
"scripts": {
"dev": "nodemon app/main.js",
"dev": "node app/bootstrap.js",
"test": "./test_local.sh"
},
"repository": {