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

35 lines
935 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.18.0",
"@stylistic/eslint-plugin": "2.13.0",
"@types/node": "22.10.7",
"@vitest/coverage-v8": "3.0.3",
"enquirer": "2.4.1",
"esbuild": "0.24.2",
"eslint": "9.18.0",
"eslint-plugin-perfectionist": "4.7.0",
"globals": "15.14.0",
"obsidian": "1.7.2",
"obsidian-utils": "0.10.2",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"vitest": "3.0.3"
},
"packageManager": "pnpm@9.15.4"
}