Files
nocodb/packages/nc-sql-executor/package.json
2023-11-08 16:01:32 +03:00

20 lines
432 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",
"start:prod": "node dist/index"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"knex": "^3.0.1",
"object-hash": "^3.0.0",
"pg": "^8.11.3"
}
}