{ "__extensionName": "fx_cast", "__extensionId": "fx_cast@matt.tf", "__extensionVersion": "0.1.2", "__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.46", "@types/react-dom": "^16.9.8", "copy-webpack-plugin": "^5.1.1", "html-webpack-plugin": "^4.4.1", "preact": "^10.4.7", "preact-compat": "^3.19.0", "ts-loader": "^7.0.5", "web-ext": "^4.3.0", "webpack": "^4.44.1" } }