UNPKG

@anthro.id/express-cache-control

Version:

Apply a cache control header through Express middleware.

59 lines 1.33 kB
{ "name": "@anthro.id/express-cache-control", "version": "1.0.6", "description": "Apply a cache control header through Express middleware.", "homepage": "https://github.com/anthro-id/express-cache-control", "license": "MIT", "sideEffects": false, "main": "./dist/index.js", "publishConfig": { "access": "public" }, "files": [ "dist", "./index.d.ts" ], "exports": { "import": "./dist/index.js", "require": "./dist/index.js", "types": [ "./index.d.ts", "./dist/index.d.ts" ] }, "author": { "name": "Anthro Indonesia - Open Source Section", "url": "https://anthro.id" }, "repository": { "type": "git", "url": "https://github.com/anthro-id/express-cache-control" }, "bugs": { "url": "https://github.com/anthro-id/express-cache-control/issues" }, "keywords": [ "express", "max-age", "maxage", "cache", "cache-control", "no-cache" ], "devDependencies": { "@types/express": "^5.0.6", "@types/is-number": "^7.0.5", "@types/on-headers": "^1.0.4", "express": "^5.2.1", "rimraf": "^6.1.3", "tsc-alias": "^1.8.16", "typescript": "^5.9.3" }, "dependencies": { "is-number": "^7.0.0", "on-headers": "^1.1.0" }, "scripts": { "build": "rimraf dist && tsc && tsc-alias" } }