feat(add port checking): update

This commit is contained in:
2018-07-17 09:00:27 +02:00
parent cef20da728
commit 4156a57a3f
12 changed files with 1163 additions and 521 deletions

View File

@@ -1,19 +1,22 @@
{
"name": "smartnetwork",
"name": "@pushrocks/smartnetwork",
"version": "1.0.2",
"private": false,
"description": "network diagnostics",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "",
"license": "MIT",
"scripts": {
"test": "(npmts)"
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
},
"dependencies": {
"smartq": "^1.1.6",
"speedtest-net": "^1.3.2"
"@pushrocks/smartpromise": "^2.0.5",
"speedtest-net": "^1.4.3"
}
}
}