{
  "name": "data-with-cache",
  "version": "1.2.1",
  "description": "Backend-agnostic JS caching library that simplifies caching of application data",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/dupski/data-with-cache.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^23.3.2",
    "jest": "^23.5.0",
    "ts-jest": "^23.1.4",
    "tslint": "^5.11.0",
    "typescript": "^3.0.3"
  },
  "scripts": {
    "build": "rm -rf ./dist && tslint -p . && tsc",
    "build-demo": "tsc -m system -target ES6 -outFile demo/client.js src/demo/client.ts",
    "watch-demo": "tsc --watch -m system -target ES6 -outFile demo/client.js src/demo/client.ts",
    "test": "jest",
    "test-watch": "jest --watch",
    "prepare": "npm run build && npm run test"
  },
  "keywords": [
    "cache",
    "caching",
    "offline",
    "api",
    "stale-while-revalidate",
    "strategy"
  ],
  "author": "Russell Briggs <russ@russellbriggs.co>",
  "license": "MIT"
}
