Files
nocodb/packages/nc-sql-executor/package.json
2025-05-29 11:45:32 +05:30

31 lines
838 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.11.0",
"@fastify/static": "^8.2.0",
"dayjs": "^1.11.13",
"fastify": "^5.3.3",
"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": "^2.1.0"
},
"devDependencies": {
"@types/node": "22.15.21"
}
}