73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"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)",
|
|
"build:docker": "tsdocker build --verbose",
|
|
"release:docker": "tsdocker push --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsdocker": "^2.2.4",
|
|
"@git.zone/tsrun": "^2.0.2",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@git.zone/tswatch": "^3.3.2",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedserver": "^8.4.6",
|
|
"@push.rocks/projectinfo": "^5.1.0",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartstatus": "^1.1.1"
|
|
},
|
|
"private": true,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://code.foss.global/serve.zone/nullresolve.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://code.foss.global/serve.zone/nullresolve/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/serve.zone/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"
|
|
]
|
|
}
|