{
  "name": "asynchronous-cache",
  "version": "1.1.0",
  "description": "Simple asynchronous in-memory cache",
  "main": "dist/Cache.js",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "lint": "eslint --ext .ts ./",
    "preversion": "npm run lint && npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josefjadrny/asynchronous-cache.git"
  },
  "keywords": [
    "async",
    "asynchronous",
    "cache",
    "in-memory"
  ],
  "author": "bc.josefjadrny@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/josefjadrny/asynchronous-cache/issues"
  },
  "homepage": "https://github.com/josefjadrny/asynchronous-cache#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@typescript-eslint/parser": "^4.11.1",
    "eslint": "^7.16.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  }
}
