UNPKG

nukak-postgres

Version:

flexible and efficient ORM, with declarative JSON syntax and smart type-safety

67 lines (66 loc) 1.53 kB
{ "name": "nukak-postgres", "homepage": "https://nukak.org", "description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety", "license": "MIT", "version": "1.4.12", "type": "module", "main": "./index.js", "types": "./index.d.ts", "sideEffects": false, "scripts": { "copyfiles": "copyfiles -f package.json ../../README.md ../../CHANGELOG.md dist", "build": "npm run clean && tsc -b tsconfig.build.json && npm run copyfiles", "start": "tsc --watch", "clean": "rimraf dist" }, "peerDependencies": { "nukak": "^1.0.0", "pg": "^8.8.0" }, "dependencies": { "sqlstring-sqlite": "^0.1.1" }, "devDependencies": { "@types/node": "^24.0.4", "@types/pg": "^8.15.4", "copyfiles": "^2.4.1", "pg": "^8.16.2", "rimraf": "^6.0.1", "typescript": "~5.4.5" }, "author": "Roger Padilla", "repository": { "type": "git", "url": "https://github.com/rogerpadilla/nukak.git" }, "bugs": { "url": "https://github.com/rogerpadilla/nukak/issues" }, "keywords": [ "orm", "data-mapper", "persistence", "typescript-orm", "javascript-orm", "mariadb", "mariadb-orm", "mysql", "mysql-orm", "postgresql", "postgresql-orm", "sqlite", "sqlite-orm", "mongodb", "mongodb-orm", "entity", "dao", "transaction", "repository", "service" ], "publishConfig": { "access": "public" }, "gitHead": "2fe24123251d1257112ce1d7dfb90ec93bd71b10" }