elpamplina_mastodon-threading/package.json
elpamplina d6818737cc Upgraded libraries and dependencies.
Unified "send single post" and "send thread" in an unique command "send to Mastodon".
Send selected fragment now supports media attachments and content warnings.
2025-12-05 20:35:33 +01:00

33 lines
929 B
JSON

{
"name": "mastodon-threading",
"version": "1.2.0",
"description": "Obsidian plugin to compose and post threads to Mastodon",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "El Pamplina de Cai <elpamplinadecai@gmail.com>",
"license": "GPLv2",
"devDependencies": {
"@codemirror/language": "^6.11.3",
"@types/mime": "^3.0.4",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.0.0",
"builtin-modules": "5.0.0",
"esbuild": "0.27.0",
"masto": "^7.7.1",
"mime": "^4.1.0",
"obsidian": "^1.10.3",
"tslib": "2.8.1",
"typescript": "5.9.3"
},
"dependencies": {
"@codemirror/language": "^6.11.3",
"masto": "^7.7.1",
"mime": "^4.1.0"
}
}