{ "name": "@losslessone_private/nullresolve", "version": "1.0.31", "description": "The nullresolve project is a private service designed to handle requests that would otherwise remain unserved, providing appropriate feedback mechanisms within the servzone architecture.", "type": "module", "author": "Lossless GmbH", "license": "UNLICENSED", "scripts": { "test": "(tstest test/)", "start": "(node cli.js)", "startTs": "(node cli.ts.js)", "build": "(tsbuild --web --allowimplicitany)", "watch": "(tswatch service)" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.63", "@git.zone/tstest": "^1.0.71", "@git.zone/tswatch": "^2.0.37", "@push.rocks/tapbundle": "^5.0.3", "@types/node": "^22.10.2" }, "dependencies": { "@api.global/typedserver": "^3.0.53", "@git.zone/tsrun": "^1.2.37", "@push.rocks/projectinfo": "^5.0.1", "@push.rocks/smartlog": "^3.0.7", "@push.rocks/smartpath": "^5.0.5", "@push.rocks/smartstatus": "^1.1.1" }, "private": true, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "repository": { "type": "git", "url": "git+https://gitlab.com/losslessone/services/servezone/nullresolve.git" }, "bugs": { "url": "https://gitlab.com/losslessone/services/servezone/nullresolve/issues" }, "homepage": "https://gitlab.com/losslessone/services/servezone/nullresolve#readme", "keywords": [ "nullresolve", "service", "request-handling", "error-management", "network-ecosystem", "typescript", "server", "feedback", "private-package", "npm", "logging", "monitoring", "graceful-shutdown", "custom-routes", "error-handling" ] }