{ "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-on-this-day", "version": "0.0.10", "license": "MIT", "type": "module", "author": "Jonas Almeida", "repository": { "type": "git", "url": "https://github.com/jonasrafa/kunkun-ext-on-this-day" }, "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" ], "demoImages": [ "https://raw.githubusercontent.com/jonasrafa/kunkun-ext-on-this-day/refs/heads/main/public/screenshot1.jpg", "https://raw.githubusercontent.com/jonasrafa/kunkun-ext-on-this-day/refs/heads/main/public/screenshot2.jpg" ], "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" ] }