mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-20 23:21:07 +00:00
Tests and fixes to MeanList (#74)
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"scripts": {
|
||||
"start": "tsc && node build/index.js",
|
||||
"build": "tsc",
|
||||
"check": "tsc --noEmit"
|
||||
"check": "tsc --noEmit",
|
||||
"test": "node ./test | tap-spec"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/express": "^4.16.0",
|
||||
@@ -18,5 +19,9 @@
|
||||
"iplocation": "^5.0.1",
|
||||
"typescript": "^2.9.2",
|
||||
"ws": "5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^4.9.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user