feat(add port checking): update
This commit is contained in:
17
package.json
17
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user