{ "license": "MIT", "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-ossinsight", "version": "0.0.6", "type": "module", "repository": { "type": "git", "url": "https://github.com/kunkunsh/kunkun-ext-ossinsight" }, "kunkun": { "name": "OSSInsight", "shortDescription": "OSSInsight", "longDescription": "OSSInsight", "identifier": "ossinsight", "permissions": [ "fetch:all", "clipboard:read-all", { "permission": "open:url", "allow": [ { "url": "https://github.com/**" } ] } ], "demoImages": [ "demo-images/trending-repos.png" ], "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.1.1", "i18next": "^24.2.1" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "files": [ "dist", "demo-images", "README.md", "package.json", "mod.ts" ] }