smartnetwork/package.json
2019-04-16 10:21:11 +02:00

26 lines
608 B
JSON

{
"name": "@pushrocks/smartnetwork",
"version": "1.1.0",
"private": false,
"description": "network diagnostics",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.2.5",
"@pushrocks/tapbundle": "^3.0.9"
},
"dependencies": {
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartstring": "^3.0.10",
"@types/portscanner": "^2.1.0",
"portscanner": "^2.2.0",
"speedtest-net": "^1.5.1"
}
}