mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
25 lines
743 B
JSON
25 lines
743 B
JSON
{
|
|
"__extensionName": "fx_cast",
|
|
"__extensionId": "fx_cast@matt.tf",
|
|
"__extensionVersion": "0.0.6",
|
|
"__mirroringAppId": "19A6F4AE",
|
|
"scripts": {
|
|
"build": "node bin/build.js",
|
|
"package": "node bin/build.js --package",
|
|
"watch": "node bin/build.js --watch",
|
|
"start": "web-ext run -s ../dist/ext/",
|
|
"lint": "node bin/lint.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^70.0.1",
|
|
"@types/react": "^16.9.34",
|
|
"@types/react-dom": "^16.9.7",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"preact": "^10.4.1",
|
|
"preact-compat": "^3.19.0",
|
|
"ts-loader": "^7.0.2",
|
|
"web-ext": "^4.2.0",
|
|
"webpack": "^4.43.0"
|
|
}
|
|
}
|