{ "$schema": "https://schema.kunkun.sh", "name": "@huakunshen/ext-ossinsight", "version": "0.0.1", "type": "module", "kunkun": { "name": "OSSInsight", "shortDescription": "OSSInsight", "longDescription": "OSSInsight", "identifier": "ossinsight", "permissions": [ "fetch:all", "clipboard:read-all", { "permission": "open:url", "allow": [ { "url": "https://github.com/**" } ] } ], "demoImages": [], "icon": { "type": "svg", "value": "" }, "customUiCmds": [], "templateUiCmds": [ { "name": "OSSInsight Trending Repos", "main": "dist/index.js", "cmds": [] } ] }, "scripts": { "dev": "bun build.ts dev", "build": "bun build.ts" }, "dependencies": { "@hk/ossinsight-client": "npm:@jsr/hk__ossinsight-client", "@kksh/api": "0.0.52", "i18next": "^24.2.1" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.7.3" }, "files": [ "./dist", ".gitignore" ] }