Jonas Almeida 884c5cc0ee init
2025-03-13 21:19:45 -03:00

50 lines
1.1 KiB
JSON

{
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-on-this-day",
"version": "0.0.10",
"license": "MIT",
"type": "module",
"kunkun": {
"name": "What Happened Today",
"shortDescription": "Get the historical events that happened on this day.",
"longDescription": "Discover historical events, notable birthdays, and milestones on any date.",
"identifier": "kunkun-ext-on-this-day",
"permissions": [
"fetch:all",
"clipboard:read-all"
],
"demoImages": [],
"icon": {
"type": "iconify",
"value": "material-symbols:history-rounded"
},
"customUiCmds": [],
"templateUiCmds": [
{
"name": "This Day In History",
"description": "Get the historical events that happened on this day.",
"main": "dist/index.js",
"cmds": []
}
]
},
"scripts": {
"dev": "bun build.ts dev",
"build": "bun build.ts"
},
"dependencies": {
"@kksh/api": "0.1.5",
"i18next": "^23.15.1"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"files": [
"./dist",
".gitignore"
]
}