{
  "name": "@themost/jspa",
  "version": "2.0.0",
  "description": "MOST Web Framework Persistence API",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint --no-warn-ignored **/*.ts",
    "clean": "rimraf dist && rimraf listener/dist",
    "build": "npm run clean && rollup --config rollup.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themost-framework/jspa.git"
  },
  "keywords": [
    "jpa",
    "jspa",
    "entities",
    "persistent",
    "api"
  ],
  "author": "",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/themost-framework/jspa/issues"
  },
  "homepage": "https://github.com/themost-framework/jspa#readme",
  "peerDependencies": {
    "@themost/common": "^2",
    "@themost/data": "^2.9",
    "@themost/query": "^2.9",
    "@themost/xml": "^2"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.18.0",
    "@rollup/plugin-typescript": "^8.3.0",
    "@themost/data": "^2.17.1",
    "@themost/peers": "^1.0.2",
    "@themost/query": "^2.14.7",
    "@types/jasmine": "^3.10.1",
    "@types/lodash": "^4.14.178",
    "@types/node": "^16.11.6",
    "@types/pluralize": "^0.0.29",
    "@types/reflect-metadata": "^0.1.0",
    "@types/sql.js": "^1.4.3",
    "dotenv": "^16.0.1",
    "eslint": "^9.18.0",
    "globals": "^15.14.0",
    "jest": "^29.1.2",
    "module-alias": "^2.2.2",
    "rimraf": "^6.0.1",
    "rollup": "^2.79.1",
    "sql.js": "^1.6.2",
    "ts-jest": "^29.0.3",
    "tslib": "^2.4.0",
    "typescript": "^4.4.4",
    "typescript-eslint": "^8.20.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "pluralize": "^8.0.0",
    "reflect-metadata": "^0.1.13"
  }
}
