{
  "name": "oracle-nosqldb",
  "version": "5.5.2",
  "description": "Node.js driver for Oracle NoSQL Database",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "doc": "./doc",
    "lib": "./lib",
    "src": "./src",
    "test": "./test",
    "examples": "./examples"
  },
  "files": [
    "README.md",
    "THIRD_PARTY_LICENSES.txt",
    "index.js",
    "index.d.ts",
    "lib/**/*.js",
    "src/**/*.ts",
    "examples/**"
  ],
  "scripts": {
    "test:mocha": "mocha",
    "test:tsc": "tsc --project test/unit/types",
    "test": "npm-run-all -nsc \"test:mocha -- {@}\" test:tsc --",
    "docs": "typedoc"
  },
  "keywords": [
    "oracle",
    "cloud",
    "oracle-cloud",
    "nosql",
    "database"
  ],
  "devDependencies": {
    "@knodes/typedoc-plugin-pages": "^0.23.4",
    "@types/node": "^12.12.6",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "compare-versions": "^5.0.3",
    "decimal.js": "^10.4.3",
    "docdash": "^1.2.0",
    "eslint": "^8.29.0",
    "eslint-plugin-require-path-exists": "^1.1.9",
    "expect-type": "^0.15.0",
    "geolib": "^3.3.3",
    "lodash": "^4.17.21",
    "mocha": "^9.2.2",
    "mock-fs": "^5.2.0",
    "npm-run-all": "^4.1.5",
    "sinon": "^15.0.0",
    "typedoc": "^0.23.28",
    "typescript": "~5.0.4"
  },
  "overrides": {
    "@babel/parser": "7.14.7"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "author": "Oracle",
  "license": "UPL-1.0",
  "repository": {}
}
