mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 12:00:24 +00:00
21 lines
539 B
JSON
21 lines
539 B
JSON
{
|
|
"name": "obsidian-timecodes-plugin-e2e-tests",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"pretest": "pnpm --dir .. run build",
|
|
"test": "wdio run wdio.conf.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@wdio/cli": "9.11.0",
|
|
"@wdio/globals": "9.11.0",
|
|
"@wdio/local-runner": "9.11.0",
|
|
"@wdio/mocha-framework": "9.11.0",
|
|
"@wdio/spec-reporter": "9.11.0",
|
|
"electron": "32.2.5",
|
|
"expect-webdriverio": "5.1.0",
|
|
"obsidian": "1.8.7",
|
|
"wdio-electron-service": "8.0.1",
|
|
"webdriverio": "9.11.0"
|
|
}
|
|
}
|