@chubbyts/chubbyts-framework-router-path-to-regexp
Version:
Path-to-regex routing implementation for chubbyts-framework.
71 lines (70 loc) • 1.79 kB
JSON
{
"name": "@chubbyts/chubbyts-framework-router-path-to-regexp",
"type": "module",
"version": "2.0.2",
"description": "Path-to-regex routing implementation for chubbyts-framework.",
"keywords": [
"chubbyts",
"microframework",
"micro framework",
"router",
"psr-15"
],
"author": "Dominik Zogg",
"license": "MIT",
"repository": "chubbyts/chubbyts-framework-router-path-to-regexp",
"scripts": {
"build": "tsc",
"cs-fix": "prettier --write src tests",
"cs": "prettier --check src tests",
"infection": "stryker run",
"lint-fix": "eslint src tests eslint.config.js vitest.config.ts --fix",
"lint": "eslint src tests",
"prepare": "npm run build",
"test": "vitest",
"typedoc": "rm -Rf docs && typedoc"
},
"prettier": {
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all"
},
"files": [
"dist"
],
"exports": {
"./*": {
"types": "./*.d.ts",
"import": "./*.js",
"default": "./*.js"
}
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@chubbyts/chubbyts-framework": "^2.0.0",
"@chubbyts/chubbyts-http-error": "^3.0.0",
"@chubbyts/chubbyts-http-types": "^3.0.0",
"path-to-regexp": "^8.2.0",
"qs": "^6.14.0"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^4.0.2",
"@chubbyts/chubbyts-function-mock": "^2.0.1",
"@chubbyts/chubbyts-packaging": "^4.0.0",
"@stryker-mutator/core": "^9.0.1",
"@stryker-mutator/vitest-runner": "^9.0.1",
"@types/node": "^24.0.1",
"@types/qs": "^6.14.0",
"@vitest/coverage-v8": "^3.2.3",
"prettier": "^3.5.3",
"typedoc": "^0.28.5",
"typescript": "^5.8.3",
"vitest": "^3.2.3"
},
"publishConfig": {
"access": "public"
}
}