2025-01-18 22:24:42 -05:00

60 lines
1.2 KiB
JSON

{
"$schema": "https://schema.kunkun.sh/",
"version": "0.0.8",
"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": [],
"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.0.48",
"valibot": "^0.40.0"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"files": [
"dist"
],
"packageManager": "pnpm@9.9.0"
}