Files
detector/package.json

55 lines
1.3 KiB
JSON

{
"name": "@uptime.link/detector",
"version": "2.1.1",
"private": false,
"description": "a detector for answering network questions locally. It does not rely on any online services.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.63",
"@git.zone/tsbundle": "^2.0.5",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.2.5",
"@types/node": "^22.15.21",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@push.rocks/smartnetwork": "^4.0.2",
"@push.rocks/smarturl": "^3.1.0"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/uptime.link/detector.git"
},
"bugs": {
"url": "https://gitlab.com/uptime.link/detector/issues"
},
"homepage": "https://gitlab.com/uptime.link/detector#readme",
"pnpm": {
"overrides": {}
}
}