{ "name": "functionaltests", "private": true, "version": "1.0.0", "description": "", "main": "index.js", "dependencies": { "@aspnet/signalr": "link:../signalr", "@aspnet/signalr-protocol-msgpack": "link:../signalr-protocol-msgpack", "msgpack5": "^4.0.2" }, "devDependencies": { "@types/debug": "0.0.30", "@types/jasmine": "^2.8.8", "@types/karma": "^1.7.5", "@types/node": "^9.6.28", "debug": "^3.1.0", "es6-promise": "^4.2.4", "jasmine": "^3.2.0", "jasmine-core": "^3.2.1", "karma": "^3.0.0", "karma-chrome-launcher": "^2.2.0", "karma-edge-launcher": "^0.4.2", "karma-firefox-launcher": "^1.1.0", "karma-ie-launcher": "^1.0.0", "karma-jasmine": "^1.1.2", "karma-junit-reporter": "^1.2.0", "karma-mocha-reporter": "^2.2.5", "karma-safari-launcher": "^1.0.0", "karma-sauce-launcher": "^1.2.0", "karma-sourcemap-loader": "^0.3.7", "karma-summary-reporter": "^1.5.0", "rxjs": "^6.3.3", "ts-node": "^4.1.0", "typescript": "^2.7.1", "ws": " ^6.0.0" }, "scripts": { "preclean": "cd .. && yarn run build", "clean": "node ../common/node_modules/rimraf/bin.js ./wwwroot/dist ./obj/js", "prebuild": "yarn run clean && yarn install --mutex network", "build": "yarn run build:lint && yarn run build:webpack", "build:lint": "node ../common/node_modules/tslint/bin/tslint -c ../tslint.json -p ./tsconfig.json", "build:webpack": "node ../common/node_modules/webpack-cli/bin/cli.js", "pretest": "yarn run build && dotnet build FunctionalTests.csproj", "test": "tsc --noEmit && yarn run test:local --", "test:inner": "yarn run build && dotnet build FunctionalTests.csproj && yarn run test:local --", "test:local": "yarn run pretest && ts-node --project ./scripts/tsconfig.json ./scripts/run-tests.ts", "test:all": "yarn run pretest && ts-node --project ./scripts/tsconfig.json ./scripts/run-tests.ts --all-browsers", "test:sauce": "yarn run pretest && ts-node --project ./scripts/tsconfig.json ./scripts/run-tests.ts --sauce", "sauce": "yarn run test:sauce" }, "author": "", "license": "Apache-2.0" }