{
  "name": "zing-orm",
  "version": "0.2.2",
  "description": "zing orm.",
  "keywords": [
    "zing",
    "zingOrm",
    "zingOrmTs",
    "zing-orm",
    "orm"
  ],
  "dependencies": {
    "arangojs": "^7.6.1",
    "chalk": "^4.1.2",
    "joi": "^17.4.2",
    "knex": "^0.95.11",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "oracledb": "^5.2.0",
    "prettier": "^2.2.1",
    "tedious": "^12.2.0",
    "typescript": "^4.4.2"
  },
  "devDependencies": {
    "@types/joi": "^17.2.3",
    "@types/lodash": "^4.14.172",
    "@types/node": "^7.0.12",
    "egg-ts-helper": "^1.26.0",
    "eslint": "^6.7.2",
    "tslib": "^1.9.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
    "lint": "eslint .",
    "tsc": "ets && tsc -p tsconfig.json",
    "clean": "ets clean"
  },
  "files": [
    "src/**/*.js",
    "config/*.js",
    "lib/*.js",
    "index.js",
    "index.d.ts"
  ],
  "ci": {
    "version": "8, 10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elixirChain/zing-orm.git"
  },
  "bugs": {
    "url": "https://github.com/elixirChain/zing-orm/issues"
  },
  "homepage": "https://github.com/elixirChain/zing-orm#readme",
  "author": "17Damon",
  "license": "MIT"
}
