Files
fx_cast/ext/package.json

29 lines
877 B
JSON

{
"__extensionName": "fx_cast",
"__extensionId": "fx_cast@matt.tf",
"__extensionVersion": "0.0.4",
"__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": "^67.0.2",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"bplist-creator": "0.0.8",
"bplist-parser": "^0.2.0",
"copy-webpack-plugin": "^5.0.4",
"fast-srp-hap": "^1.0.1",
"preact": "^8.4.2",
"preact-compat": "^3.19.0",
"ts-loader": "^6.0.4",
"tweetnacl": "^1.0.1",
"web-ext": "^3.1.1",
"webpack": "^4.38.0"
}
}