{
  "name": "cache-require-paths",
  "description": "Caches resolved paths in module require to avoid Node hunting for right module. Speeds up app load.",
  "main": "index.js",
  "version": "0.3.0",
  "scripts": {
    "test": "cd test; npm install; node index; node index --cache; node index --cache",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/cache-require-paths.git"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "npm",
    "node",
    "application",
    "load",
    "startup",
    "performance",
    "speed",
    "cache",
    "resolution"
  ],
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahmutov/cache-require-paths/issues"
  },
  "homepage": "https://github.com/bahmutov/cache-require-paths",
  "devDependencies": {
    "pre-git": "0.2.1",
    "semantic-release": "^4.3.5"
  },
  "pre-commit": [
    "npm test",
    "npm version"
  ]
}