{ "$schema": "https://schema.kunkun.sh/", "version": "0.1.0", "name": "kunkun-ext-hacker-news", "repository": "https://github.com/kunkunsh/kunkun-ext-hacker-news", "type": "module", "license": "MIT", "kunkun": { "name": "Hacker News", "identifier": "hacker-news", "shortDescription": "List latest top hacker news", "icon": { "type": "iconify", "value": "fa:hacker-news" }, "longDescription": "", "demoImages": [ "https://i.imgur.com/dMHapVA.png" ], "permissions": [ { "permission": "open:url", "allow": [ { "url": "https://**" }, { "url": "http://**" } ] } ], "templateUiCmds": [ { "name": "Hacker News", "main": "dist/index.js", "description": "Read the latest Hacker News stories", "cmds": [] } ], "customUiCmds": [] }, "scripts": { "dev": "bun build.ts dev", "build": "bun build.ts" }, "dependencies": { "@kksh/api": "^0.1.7", "valibot": "^0.40.0" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "files": [ "dist" ], "packageManager": "pnpm@9.9.0" }