nullresolve/package.json
Philipp Kunz a272df13c8
Some checks failed
Docker (tags) / security (push) Failing after 1s
Docker (tags) / test (push) Has been skipped
Docker (tags) / release (push) Has been skipped
Docker (tags) / metadata (push) Has been skipped
1.0.31
2024-12-26 00:30:12 +01:00

72 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)"
},
"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"
]
}