Specification for the Fetchable module interface
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 29 lines 646 B view raw
1{ 2 "name": "fetchable", 3 "version": "0.0.0", 4 "private": "true", 5 "description": "Specification for the Fetchable module interface", 6 "keywords": [], 7 "license": "MIT", 8 "author": "Philippe Serhal <philippe.serhal@gmail.com>", 9 "type": "module", 10 "main": "", 11 "scripts": { 12 "dev": "srvx --static .", 13 "format": "oxfmt", 14 "format:check": "oxfmt --check", 15 "test": "pnpm format:check" 16 }, 17 "devDependencies": { 18 "netlify-cli": "^26.0.1", 19 "oxfmt": "^0.48.0", 20 "srvx": "^0.11.15" 21 }, 22 "devEngines": { 23 "packageManager": { 24 "name": "pnpm", 25 "version": "10.33.2", 26 "onFail": "download" 27 } 28 } 29}