{ "name": "@punktfunk/plugin-index", "version": "1.0.0", "private": true, "description": "Signed plugin catalog served to Punktfunk hosts", "type": "module", "scripts": { "validate": "bun tools/validate.ts", "sign": "bun tools/sign.ts", "verify": "bun tools/verify.ts", "keygen": "bun tools/keygen.ts" }, "engines": { "bun": ">=1.0.0" } }