Files
pezkuwi-telemetry/packages/backend/package.json
T
Maciej Hirsz f91ddf657b Update dependencies (#97)
* Update dependencies
2019-01-18 09:12:39 -08:00

28 lines
653 B
JSON

{
"name": "@dotstats/backend",
"version": "0.1.0",
"author": "Parity Technologies Ltd. <admin@parity.io>",
"license": "GPL-3.0",
"description": "Polkadot Telemetry frontend",
"main": "build/index.js",
"scripts": {
"start": "tsc && node build/index.js",
"build": "tsc",
"check": "tsc --noEmit",
"test": "node ./test | tap-spec"
},
"dependencies": {
"@types/express": "^4.16.0",
"@types/node": "^10.3.3",
"@types/ws": "^5.1.2",
"express": "^4.16.3",
"iplocation": "^6.1.0",
"typescript": "^2.9.2",
"ws": "6.1.2"
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}