gavvvr_obsidian-timecodes-p.../package.json
2025-10-06 01:46:48 +03:00

36 lines
969 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",
"test:unit": "vitest --coverage"
},
"keywords": [
"obsidian.md",
"youtube",
"timecodes"
],
"author": "Kirill Gavrilov",
"license": "MIT",
"devDependencies": {
"@eslint/js": "9.21.0",
"@stylistic/eslint-plugin": "4.2.0",
"@types/node": "22.10.8",
"@vitest/coverage-v8": "3.0.7",
"enquirer": "2.4.1",
"esbuild": "0.25.0",
"eslint": "9.21.0",
"eslint-plugin-perfectionist": "4.9.0",
"eslint-plugin-wdio": "9.9.1",
"globals": "16.0.0",
"obsidian": "1.8.7",
"obsidian-utils": "0.10.2",
"typescript": "5.8.2",
"typescript-eslint": "8.26.0",
"vitest": "3.0.7"
},
"packageManager": "pnpm@10.18.0"
}