{ "name": "test", "version": "1.0.0", "description": "Integration tests for the templates in JavaScriptServices. This is not really an NPM package and will not be published.", "main": "index.js", "scripts": { "test": "tsc && wdio" }, "author": "Microsoft", "license": "Apache-2.0", "dependencies": { "@types/chai": "^3.4.34", "@types/mkdirp": "^0.3.29", "@types/mocha": "^2.2.33", "@types/node": "^6.0.52", "@types/rimraf": "^0.0.28", "@types/webdriverio": "^4.0.32", "chai": "^3.5.0", "cross-spawn": "^5.0.1", "mkdirp": "^0.5.1", "portastic": "^1.0.1", "rimraf": "^2.5.4", "selenium-standalone": "^5.9.0", "tree-kill": "^1.1.0", "typescript": "^2.1.4", "webdriverio": "^4.5.0" }, "devDependencies": { "wdio-junit-reporter": "^0.2.0", "wdio-mocha-framework": "^0.5.7", "wdio-selenium-standalone-service": "0.0.7" } }