smartnetwork/package.json

29 lines
705 B
JSON
Raw Normal View History

2017-12-12 22:35:20 +00:00
{
2018-07-17 07:00:27 +00:00
"name": "@pushrocks/smartnetwork",
2019-04-17 07:28:09 +00:00
"version": "1.1.4",
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 07:28:09 +00:00
"test": "(tsrun test/)",
"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",
"tslint": "^5.15.0",
"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
}