smartnetwork/package.json

72 lines
1.9 KiB
JSON
Raw Normal View History

2017-12-12 23:35:20 +01:00
{
2023-07-10 10:16:49 +02:00
"name": "@push.rocks/smartnetwork",
2025-04-28 12:04:08 +00:00
"version": "3.0.3",
2018-07-17 09:00:27 +02:00
"private": false,
2024-04-14 18:02:08 +02:00
"description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.",
2020-08-12 16:30:17 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-03-24 23:11:53 +01:00
"type": "module",
2017-12-12 23:35:20 +01:00
"author": "Lossless GmbH",
2018-07-17 09:00:27 +02:00
"license": "MIT",
2017-12-12 23:35:20 +01:00
"scripts": {
2019-04-17 20:05:07 +02:00
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
2017-12-12 23:35:20 +01:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.61",
"@git.zone/tsrun": "^1.2.39",
"@git.zone/tstest": "^1.0.69",
"@push.rocks/smartenv": "^5.0.0",
"@push.rocks/tapbundle": "^5.0.3",
"@types/node": "^22.15.3"
2017-12-12 23:35:20 +01:00
},
"dependencies": {
"@push.rocks/smartping": "^1.0.7",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartstring": "^4.0.2",
"@types/default-gateway": "^7.2.2",
2020-08-12 16:29:03 +00:00
"isopen": "^1.3.0",
"public-ip": "^7.0.1",
2022-03-24 23:11:53 +01:00
"systeminformation": "^5.11.9"
2019-09-06 18:26:32 +02:00
},
"files": [
2019-11-19 23:00:37 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-08-12 16:30:17 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-19 23:00:37 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-09-06 18:26:32 +02:00
"cli.js",
"npmextra.json",
"readme.md"
2020-08-12 16:30:17 +00:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 18:02:08 +02:00
],
"keywords": [
"network diagnostics",
"ping",
"port check",
"speed test",
"network interface",
"public IP retrieval",
"Cloudflare speed test",
"network performance",
"network utility",
"TypeScript"
2024-05-29 14:14:57 +02:00
],
"homepage": "https://code.foss.global/push.rocks/smartnetwork#readme",
2024-05-29 14:14:57 +02:00
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartnetwork.git"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartnetwork/issues"
},
"pnpm": {
"overrides": {}
}
}