{ "name": "pawletcache-dev-registry", "version": "1.0.0", "description": "Throwaway local stand-in for oxmc.me's cache registry API — for testing pawletcache-server end-to-end without touching real infra.", "license": "Apache-2.0", "type": "commonjs", "main": "src/index.js", "scripts": { "start": "node src/index.js" }, "engines": { "node": ">=20" } }