mirror of
https://github.com/joel-st/kunkun-nostr-nip-19.git
synced 2025-04-03 17:56:43 +00:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://schema.kunkun.sh",
|
|
"name": "nostr-nip-19",
|
|
"license": "CC0-1.0",
|
|
"version": "0.0.99",
|
|
"type": "module",
|
|
"kunkun": {
|
|
"name": "Nostr NIP-19",
|
|
"shortDescription": "Tool for Nostr NIP-19",
|
|
"longDescription": "Tool for Nostr NIP-19",
|
|
"identifier": "nostr-nip-19",
|
|
"icon": {
|
|
"type": "iconify",
|
|
"value": "fluent:convert-range-24-regular"
|
|
},
|
|
"demoImages": [],
|
|
"permissions": [
|
|
"clipboard:write-text",
|
|
"clipboard:read-text"
|
|
],
|
|
"customUiCmds": [
|
|
{
|
|
"main": "/",
|
|
"dist": "dist",
|
|
"devMain": "http://localhost:5173",
|
|
"name": "Nostr NIP-19",
|
|
"cmds": []
|
|
}
|
|
],
|
|
"templateUiCmds": []
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@kksh/api": "0.1.5",
|
|
"@kksh/react": "0.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"nostr-tools": "^2.10.4",
|
|
"preact": "^10.19.6",
|
|
"random-part-of-speech": "^1.0.0",
|
|
"unistore": "^3.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.8.1",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.6",
|
|
"vite": "^5.4.9"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
".gitignore"
|
|
]
|
|
}
|