{
  "name": "nukak-express",
  "homepage": "https://nukak.org",
  "description": "flexible and efficient ORM, with declarative JSON syntax and smart type-safety",
  "license": "MIT",
  "version": "1.9.1",
  "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.8.1"
  },
  "devDependencies": {
    "@types/express": "5.0.6",
    "copyfiles": "^2.4.1",
    "express": "^5.2.1",
    "rimraf": "^6.1.2",
    "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": "3243bae3502a1175eb354040642bc6e22d8a6be7"
}
