{ "name": "fetchable", "version": "0.0.0", "private": "true", "description": "Specification for the Fetchable module interface", "keywords": [], "license": "MIT", "author": "Philippe Serhal ", "type": "module", "main": "", "scripts": { "dev": "srvx --static .", "format": "oxfmt", "format:check": "oxfmt --check", "test": "pnpm format:check" }, "devDependencies": { "netlify-cli": "^26.0.1", "oxfmt": "^0.48.0", "srvx": "^0.11.15" }, "devEngines": { "packageManager": { "name": "pnpm", "version": "10.33.2", "onFail": "download" } } }