{
  "name": "rdb-client",
  "version": "1.2.33",
  "description": "Rdb in the browser",
  "main": "./index.cjs",
  "exports": {
    "import": "./index.mjs",
    "require": "./index.cjs"
  },
  "module": "index.mjs",
  "types": "./typings/index.d.ts",
  "keywords": [
    "rdb",
    "orm",
    "JSON",
    "patch",
    "browser"
  ],
  "bin": {
    "rdb": "bin/rdb.js"
  },
  "scripts": {
    "concat": "node merge.js",
    "build": "rollup -c rollup.config.js && npm run concat",
    "test": "eslint ./ && jest",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "lint": "eslint ./",
    "fix": "eslint ./ --fix",
    "owasp": "owasp-dependency-check --project \"MY_PROJECT\" --scan \"package-lock.json\" --exclude \"dependency-check-bin\" --out \"owasp\" --format HTML"
  },
  "author": "Lars-Erik Roald <lars.roald@gmail.com>",
  "license": "ISC",
  "engines": {
    "node": ">= 8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:alfateam/rdb-client.git"
  },
  "homepage": "https://github.com/alfateam/rdb-client/blob/master/README.md",
  "dependencies": {
    "@lroal/on-change": "^4.0.0",
    "@types/express": "^4.17.13",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "eslint": "^8.4.1",
    "findup-sync": "^5.0.0",
    "isomorphic-fetch": "^3.0.0",
    "module-definition": "^4.0.0",
    "rfc6902": "^3.0.4",
    "typescript": "^4.4.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@types/node": "^16.7.2",
    "coveralls": "^3.0.6",
    "eslint-plugin-jest": "^26.5.3",
    "glob": "^7.1.7",
    "jest": "^27.4.5",
    "owasp-dependency-check": "^0.0.21",
    "rollup": "^2.52.7"
  }
}
