Files
fx_cast/package.json
2020-02-21 13:46:17 +00:00

39 lines
1.5 KiB
JSON

{
"author": "Matt Hensman <m@matt.tf>",
"homepage": "https://hensm.github.io/fx_cast",
"bugs": "https://github.com/hensm/fx_cast",
"scripts": {
"postinstall": "npm run postinstall:app && npm run postinstall:ext",
"postinstall:app": "npm install ./app --prefix ./app",
"postinstall:ext": "npm install ./ext --prefix ./ext",
"build": "npm run build:app && npm run build:ext",
"build:app": "npm run build --prefix ./app",
"build:ext": "npm run build --prefix ./ext",
"package": "npm run package:app && npm run package:ext",
"package:app": "npm run package --prefix ./app",
"package:ext": "npm run package --prefix ./ext",
"test": "node test/driver.js",
"install-manifest": "npm run install-manifest --prefix ./app",
"remove-manifest": "npm run remove-manifest --prefix ./app",
"lint": "npm run lint:app && npm run lint:ext",
"lint:app": "npm run lint --prefix ./app",
"lint:ext": "npm run lint --prefix ./ext"
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/semver": "^6.2.0",
"@types/uuid": "^3.4.6",
"@types/ws": "^6.0.4",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"jasmine-console-reporter": "^3.1.0",
"minimist": "^1.2.0",
"selenium-webdriver": "^4.0.0-alpha.5",
"semver": "^6.3.0",
"tslint": "^6.0.0",
"typescript": "^3.8.2",
"uuid": "^3.3.3",
"ws": "^7.2.1"
}
}