{
  "name": "architect-oracle-pool",
  "version": "3.0.1",
  "description": "architect oracle database connection pool",
  "main": "src/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text mocha --recursive test --timeout 20000",
    "types": "tsc",
    "lint": "eslint src test --fix"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bimedia-fr/architect-pg-pool.git"
  },
  "author": "jerome creignou",
  "license": "Apache License V2.0",
  "engines": {
    "node": ">=16.20.0"
  },
  "contributors": [
    {
      "name": "julian Fouquet"
    }
  ],
  "dependencies": {
    "oracledb": "^6.9.0"
  },
  "devDependencies": {
    "@types/node": "^24.1.0",
    "eslint": "^8.24.0",
    "mocha": "^10.8.2",
    "nyc": "^15.1.0",
    "typescript": "^5.9.2"
  }
}
