{ "name": "@tryghost/http-cache-utils", "version": "0.1.17", "repository": "https://github.com/TryGhost/framework/tree/main/packages/http-cache-utils", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", "scripts": { "dev": "echo \"Implement me!\"", "test:unit": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'", "test": "yarn test:unit", "lint:code": "eslint *.js lib/ --ext .js --cache", "lint": "yarn lint:code && yarn lint:test", "lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache" }, "files": [ "index.js", "lib" ], "publishConfig": { "access": "public" }, "devDependencies": { "c8": "10.1.2", "mocha": "10.6.0", "sinon": "18.0.0" }, "gitHead": "d3d489cb44ac3d4e35e21388d48ee0d94e496d86" }