29 lines
701 B
JSON
29 lines
701 B
JSON
{
|
|
"name": "lightningbeam",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"test": "wdio run wdio.conf.js",
|
|
"test:watch": "wdio run wdio.conf.js --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"@wdio/cli": "^9.20.0",
|
|
"@wdio/globals": "^9.17.0",
|
|
"@wdio/local-runner": "8",
|
|
"@wdio/mocha-framework": "^9.20.0",
|
|
"@wdio/spec-reporter": "^9.20.0",
|
|
"webdriverio": "^9.20.0"
|
|
},
|
|
"dependencies": {
|
|
"@ffmpeg/ffmpeg": "^0.12.10",
|
|
"@tauri-apps/plugin-dialog": "~2",
|
|
"@tauri-apps/plugin-fs": "~2",
|
|
"@tauri-apps/plugin-log": "^2.2.0",
|
|
"ffmpeg": "^0.0.4",
|
|
"ffmpeg.js": "^4.2.9003"
|
|
}
|
|
}
|