{ "name": "braid", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "mocha dist/server/test/**/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/yardstick/braid.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/yardstick/braid/issues" }, "homepage": "https://github.com/yardstick/braid#readme", "dependencies": { "@types/joi": "^14.3.4", "@types/mocha": "^5.2.7", "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", "joi": "^14.3.1", "jsonwebtoken": "^8.5.1", "websocket": "^1.0.31", "winston": "^3.2.1", "ws": "^6.2.1" }, "devDependencies": { "@types/cors": "^2.8.6", "@types/express": "^4.17.2", "@types/jsonwebtoken": "^8.3.5", "@types/ws": "^6.0.4", "chai": "^4.2.0", "mocha": "^6.2.2", "mock-socket": "^8.1.1", "sinon": "^7.5.0", "typescript": "^3.7.3" } }