{
  "name": "portal-cf-shared-database-client",
  "version": "0.2.43",
  "description": "Database module for interacting with shared databases",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "url": "https://github.wdf.sap.corp/Portal-CF/portal-cf-shared-database-client",
  "repository": {
    "type": "git",
    "url": "https://github.wdf.sap.corp/Portal-CF/portal-cf-shared-database-client"
  },
  "files": [
    "src",
    "CHANGELOG.md",
    "package.json",
    "README.md",
    "types",
    "tsconfig.json",
    "test",
    "dist/**/*"
  ],
  "engines": {
    "node": "14.x.x"
  },
  "author": "Evyatar Atias",
  "license": "ISC",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "test:docker": "cross-env NODE_ENV=test mocha -r ts-node/register 'test/**/*spec.ts'",
    "build": "rimraf dist && tsc",
    "clean": "rimraf dist node_modules package-lock.json",
    "start:dev": "npm run build && cross-env NODE_ENV=development ts-node -r tsconfig-paths/register dist/index.js",
    "start:test": "npm run build && cross-env NODE_ENV=test ts-node -r tsconfig-paths/register dist/index.js",
    "start:prod": "npm run build && cross-env NODE_ENV=production node dist/index.js",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "lint_fix": "npm run lint --fix"
  },
  "dependencies": {
    "@sap/xsenv": "3.2.0",
    "@sap/xssec": "3.2.12",
    "@types/node": "17.0.18",
    "cross-env": "7.0.3",
    "knex": "2.0.0",
    "pg": "8.7.1",
    "rimraf": "^3.0.2",
    "tsconfig-paths": "3.9.0",
    "typescript": "4.6.4",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/sap__xsenv": "^2.0.3",
    "@types/uuid": "^8.3.4",
    "chai": "^4.3.6",
    "mocha": "^10.0.0",
    "ts-node": "^8.10.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^9.0.0"
  }
}
