2024-12-25 23:29:13 +00:00
{
"name" : "@losslessone_private/nullresolve" ,
2024-12-25 23:30:12 +00:00
"version" : "1.0.31" ,
2024-12-25 23:30:12 +00:00
"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." ,
2024-12-25 23:29:13 +00:00
"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"
} ,
2024-12-25 23:30:12 +00:00
"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"
]
2024-12-25 23:30:12 +00:00
}