mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
28 lines
802 B
JSON
28 lines
802 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node bin/build.js",
|
|
"package": "node bin/build.js --package",
|
|
"watch": "node bin/build.js --watch",
|
|
"start": "web-ext run -s ../dist/extension/",
|
|
"lint": "eslint src --ext .ts,.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^143.0.0",
|
|
"@types/semver": "^7.3.9",
|
|
"@types/uuid": "^8.3.4",
|
|
"esbuild": "^0.25.0",
|
|
"esbuild-svelte": "^0.8.0",
|
|
"fs-extra": "^10.1.0",
|
|
"fuzzysort": "^2.0.3",
|
|
"semver": "^7.3.7",
|
|
"svelte": "^4.0.0",
|
|
"svelte-preprocess": "^5.0.0",
|
|
"ts-loader": "^9.2.8",
|
|
"typescript": "^5.7.0",
|
|
"uuid": "^8.3.2",
|
|
"web-ext": "^7.5.0",
|
|
"yargs": "^17.5.1"
|
|
}
|
|
}
|