gavvvr_obsidian-timecodes-p.../package.json
2025-01-22 15:33:29 +03:00

30 lines
752 B
JSON

{
"name": "obsidian-timecodes-plugin",
"type": "module",
"private": true,
"scripts": {
"dev": "node scripts/dev.js",
"build": "tsc -noEmit -skipLibCheck && node scripts/esbuild.build.js production",
"test:eslint": "eslint --cache --cache-location out/.eslintcache"
},
"keywords": [
"obsidian.md",
"youtube",
"timecodes"
],
"author": "Kirill Gavrilov",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.18.0",
"@types/node": "22.10.7",
"enquirer": "2.4.1",
"esbuild": "0.24.2",
"eslint": "9.18.0",
"globals": "15.14.0",
"obsidian": "1.7.2",
"obsidian-utils": "0.10.2",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0"
},
"packageManager": "pnpm@9.15.4"
}