2017-12-12 22:35:20 +00:00
|
|
|
{
|
2018-07-17 07:00:27 +00:00
|
|
|
"name": "@pushrocks/smartnetwork",
|
2019-04-17 18:05:08 +00:00
|
|
|
"version": "1.1.5",
|
2018-07-17 07:00:27 +00:00
|
|
|
"private": false,
|
2017-12-12 22:35:20 +00:00
|
|
|
"description": "network diagnostics",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
2018-07-17 07:00:27 +00:00
|
|
|
"license": "MIT",
|
2017-12-12 22:35:20 +00:00
|
|
|
"scripts": {
|
2019-04-17 18:05:07 +00:00
|
|
|
"test": "(tstest test/)",
|
2019-04-17 07:28:09 +00:00
|
|
|
"build": "(tsbuild)"
|
2017-12-12 22:35:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-17 07:28:09 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.8",
|
|
|
|
"@gitzone/tstest": "^1.0.20",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
2019-04-17 18:05:07 +00:00
|
|
|
"tslint": "^5.16.0",
|
2019-04-17 07:28:09 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2017-12-12 22:35:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-04-16 08:21:11 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
|
|
"@pushrocks/smartstring": "^3.0.10",
|
|
|
|
"@types/portscanner": "^2.1.0",
|
|
|
|
"portscanner": "^2.2.0",
|
|
|
|
"speedtest-net": "^1.5.1"
|
2017-12-12 22:35:20 +00:00
|
|
|
}
|
2018-07-17 07:00:27 +00:00
|
|
|
}
|