{
  "name": "file-system-cache",
  "version": "1.1.0",
  "description": "A super-fast, promise-based cache that reads and writes to the file-system.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "ts-mocha -p tsconfig.json src/**/*.TEST.ts",
    "build": "tsc",
    "prepublish": "npm test && npm run build"
  },
  "dependencies": {
    "fs-extra": "^10.1.0",
    "ramda": "^0.28.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/expect": "24.3.0",
    "@types/fs-extra": "^9.0.13",
    "@types/mocha": "9.1.1",
    "@types/ramda": "^0.28.12",
    "chai": "^4.3.6",
    "mocha": "^10.0.0",
    "ts-mocha": "10.0.0",
    "typescript": "4.6.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/philcockfield/file-system-cache"
  },
  "keywords": [
    "cache",
    "fs",
    "file-system"
  ],
  "author": {
    "name": "Phil Cockfield",
    "email": "phil@cockfield.net",
    "url": "https://github.com/philcockfield"
  },
  "homepage": "https://github.com/philcockfield/file-system-cache",
  "license": "MIT"
}
