imed-ghomari_cross-player-o.../package.json
2026-06-22 12:58:47 +01:00

27 lines
754 B
JSON

{
"name": "cross-player",
"version": "1.2.16",
"description": "Media player plugin for Obsidian focused on playback across desktop and mobile devices",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
},
"keywords": [],
"author": "Imed Ghomari",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"@types/sortablejs": "^1.15.9",
"ffmpeg-static": "^5.3.0",
"sortablejs": "^1.15.6"
}
}