Files
nocodb/packages/nc-sql-executor/package.json
mertmit a9a57e5b7d refactor: rename microservice
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-11-08 16:01:32 +03:00

13 lines
273 B
JSON

{
"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"
}