{ "name": "nc-sql-executor", "version": "0.0.1", "description": "", "main": "dist/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": { "@fastify/static": "^6.12.0", "dayjs": "^1.11.10", "fastify": "^4.24.3", "knex": "^3.0.1", "mysql2": "^3.6.2", "object-hash": "^3.0.0", "pg": "^8.11.3", "process": "^0.11.10" }, "devDependencies": { "@types/node": "^20.8.8" } }