{ "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", "mysql2": "^3.6.2", "object-hash": "^3.0.0", "pg": "^8.11.3" } }