ts-sql-builder
Version:
A straightforward api for SQL query & schema generation
63 lines (62 loc) • 1.32 kB
JSON
{
"name": "ts-sql-builder",
"version": "1.0.1",
"description": "A straightforward api for SQL query & schema generation",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"./dist/**/*"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no tests are specified in this version\" && exit 1"
},
"homepage": "https://github.com/BlaanTeam/ts-query-builder#readme",
"devDependencies": {
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.1"
},
"dependencies": {
"reflect-metadata": "^0.2.1",
"sql-formatter": "^15.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlaanTeam/ts-query-builder.git"
},
"author": {
"name": "Blaan Team",
"url": "https://github.com/BlaanTeam"
},
"contributors": [
{
"name": "Oussama Moussaoui",
"url": "https://github.com/os-moussao"
}
],
"bugs": {
"url": "https://github.com/BlaanTeam/ts-query-builder/issues"
},
"keywords": [
"sql",
"query",
"builder",
"build",
"queries",
"pg",
"postgres",
"postgresql",
"mysql",
"sqlite3",
"oracle",
"mssql",
"querybuilder",
"sqlbuilder",
"db",
"database",
"cockroachdb"
],
"license": "MIT"
}