mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 23:11:07 +00:00
Reorganized repo using yarn and workspaces
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/express": "^4.16.0",
|
||||
"@types/node": "^10.3.3",
|
||||
"@types/ws": "^5.1.2",
|
||||
"express": "^4.16.3",
|
||||
"typescript": "^2.9.2",
|
||||
"ws": "5.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user