smartnetwork/package.json

22 lines
501 B
JSON

{
"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": "MIT",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5",
"speedtest-net": "^1.4.3"
}
}