smartnetwork/package.json

43 lines
984 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-09-08 14:24:59 +00:00
"version": "1.1.14",
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-09-06 16:26:32 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
"tslint": "^5.19.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",
2019-09-06 16:26:32 +00:00
"@types/default-gateway": "^3.0.0",
2019-04-16 08:21:11 +00:00
"@types/portscanner": "^2.1.0",
2019-09-06 16:26:32 +00:00
"default-gateway": "^5.0.3",
2019-04-16 08:21:11 +00:00
"portscanner": "^2.2.0",
2019-09-08 14:15:10 +00:00
"speedtest-net": "^1.5.1",
"systeminformation": "^4.14.8"
2019-09-06 16:26:32 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-06 16:28:40 +00:00
}