{
  "name": "callcatcher",
  "version": "1.3.4",
  "description": "Your native NodeJS monitoring API",
  "main": "dist/index.js",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "rimraf ./build && tsc",
    "lint": "eslint ./src/**/*.ts",
    "lint:fix": "eslint ./src/**/*.ts --fix",
    "test": "jest --verbose --ci --coverage --detectOpenHandles && codecov",
    "doc": "npx typedoc --out docs src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PaulEvans8669/callcatcher.git"
  },
  "keywords": [
    "api",
    "monitoring",
    "native",
    "lightweight",
    "database"
  ],
  "author": "Paul Evans",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/PaulEvans8669/callcatcher/issues"
  },
  "homepage": "https://github.com/PaulEvans8669/callcatcher#readme",
  "dependencies": {
    "nedb": "^1.8.0"
  },
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/nedb": "^1.8.12",
    "@types/node": "^16.7.10",
    "@typescript-eslint/eslint-plugin": "^4.31.0",
    "@typescript-eslint/parser": "^4.31.0",
    "codecov": "^3.8.3",
    "eslint": "^7.32.0",
    "eslint-config-google": "^0.14.0",
    "jest": "^27.2.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typedoc": "^0.22.5",
    "typescript": "^4.4.3"
  },
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  }
}
