{
  "name": "will-db",
  "version": "1.0.45",
  "description": "Relational Database service for moleculer",
  "main": "index.js",
  "scripts": {
    "build": "tsc --project ./",
    "kn:web": "ts-node-dev src/test/test.kn.web.ts",
    "test": "ts-node-dev src/test/test.index.ts"
  },
  "keywords": [
    "SQL",
    "Database",
    "KnService",
    "KnHandler",
    "KnAlias",
    "KnSQL"
  ],
  "author": "tassun_oro@hotmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tassun/will-db/issues"
  },
  "homepage": "https://github.com/tassun/will-db#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/tassun/will-db.git"
  },
  "dependencies": {
    "config": "^3.3.8",
    "moleculer": "^0.14.24",
    "will-sql": "^1.0.25",
    "will-util": "^1.0.6"
  },
  "devDependencies": {
    "@types/config": "^3.3.0",
    "@types/node": "^18.11.2",
    "moleculer-repl": "^0.7.3",
    "moleculer-web": "^0.10.4",
    "mssql": "^9.0.1",
    "mysql": "^2.18.1",
    "odbc": "^2.4.6",
    "oracledb": "^5.5.0",
    "pg": "^8.8.0",
    "ts-node": "^10.9.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^4.8.4"
  },
  "engines": {
    "node": ">=15"
  }
}
