braid/package.json

34 lines
766 B
JSON
Executable File

{
"name": "braid",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.0",
"ws": "^6.1.4"
},
"devDependencies": {
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/jsonwebtoken": "^8.3.0",
"@types/ws": "^6.0.1",
"typescript": "^3.3.3333"
}
}