Files
nocodb/packages/nc-sql-executor/package.json
mertmit 08a96f97d3 chore: bump package versions
Signed-off-by: mertmit <mertmit99@gmail.com>
2025-02-07 00:02:49 +03:00

31 lines
840 B
JSON

{
"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": "rspack build --config rspack.config.js",
"start:prod": "node dist/main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@databricks/sql": "^1.9.0",
"@fastify/static": "^6.12.0",
"dayjs": "^1.11.13",
"fastify": "^4.29.0",
"knex": "^3.1.0",
"knex-databricks": "link:../nc-knex-dialects/knex-databricks",
"knex-snowflake": "link:../nc-knex-dialects/knex-snowflake",
"mysql2": "^3.12.0",
"object-hash": "^3.0.0",
"pg": "^8.13.1",
"process": "^0.11.10",
"snowflake-sdk": "^1.15.0"
},
"devDependencies": {
"@types/node": "18.19.55"
}
}