cachekill
Version:
Simple command line cache busting tool which fingerprints files with a content hash.
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "cachekill",
"version": "3.0.2",
"description": "Simple command line cache busting tool which fingerprints files with a content hash.",
"author": "Eneko <contact@eneko.me>",
"repository": "eneko89/cachekill",
"license": "MIT",
"type": "module",
"bin": "./cli.js",
"exports": {
"import": "./lib/esm/cachekill.js",
"default": "./lib/cjs/cachekill.js"
},
"types": "./types/cachekill.d.ts",
"scripts": {
"ts": "tsc -p tsconfig.json & tsc -p tsconfig-cjs.json",
"ts:watch": "tsc -p tsconfig.json --watch & tsc -p tsconfig-cjs.json --watch"
},
"dependencies": {
"commander": "~7.2.0",
"fast-glob": "~3.2.5",
"replace-in-file": "~6.2.0"
},
"devDependencies": {
"@types/node": "~14.14.37",
"typescript": "~4.2.4"
},
"engines": {
"node": ">=14.8.0"
},
"keywords": [
"cache",
"caching",
"busting",
"buster",
"bust",
"cachebuster",
"cache buster",
"cachebusting",
"cache busting",
"fingerprint",
"fingerprinting",
"version",
"versioning",
"revision",
"revisioning",
"assets",
"hash",
"npm",
"scripts",
"npm scripts",
"cli"
]
}