tspace-sql
Version:
mysql & postgresql query builder object relational mapping
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "tspace-sql",
"version": "1.3.6",
"description": "mysql & postgresql query builder object relational mapping",
"main": "./dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"files": [
"dist"
],
"bin": {
"tspace-sql": "./dist/cli/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thanathip41/tspace-sql.git"
},
"keywords": [
"tspace",
"orm",
"object relation model",
"database",
"mysql",
"postgresql",
"sql",
"query",
"builder",
"model",
"migrate",
"cli"
],
"author": "Thanathip (https://github.com/thanathip41)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thanathip41/bespace-orm"
},
"dependencies": {
"dotenv": "^10.0.0",
"pluralize": "^8.0.0"
},
"homepage": "https://github.com/thanathip41",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"devDependencies": {
"@types/mysql": "^2.15.19",
"@types/node": "^16.4.0",
"@types/pg": "^8.6.1",
"@types/pluralize": "0.0.29"
}
}