UNPKG

nukak-express

Version:

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

63 lines (62 loc) 1.45 kB
{ "name": "nukak-express", "homepage": "https://nukak.org", "description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety", "license": "MIT", "version": "1.4.11", "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": { "express": "^4.18.2", "nukak": "^1.0.0" }, "devDependencies": { "@types/express": "5.0.0", "copyfiles": "^2.4.1", "express": "^4.21.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": "f47722025d0fd5e7a23b8773ac17e963636a9fbc" }