refactor: rename microservice

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-10-24 12:00:15 +03:00
parent aa546f0f73
commit a9a57e5b7d
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "nc-sql-executor",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon -e ts,js -w ./src -x \"ts-node src/index --log-error --project tsconfig.json\"",
"build": "tsc"
},
"author": "",
"license": "ISC"
}