UNPKG

@chubbyts/chubbyts-http-static-file

Version:

A minimal static file handler for chubbyts-http-types.

62 lines (61 loc) 1.48 kB
{ "name": "@chubbyts/chubbyts-http-static-file", "type": "module", "version": "3.0.3", "description": "A minimal static file handler for chubbyts-http-types.", "keywords": [ "chubbyts", "static-file", "psr-7" ], "author": "Dominik Zogg", "license": "MIT", "repository": "chubbyts/chubbyts-http-static-file", "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" }, "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-http-error": "^3.0.1", "@chubbyts/chubbyts-http-types": "^3.0.1" }, "devDependencies": { "@chubbyts/chubbyts-eslint": "^4.0.3", "@chubbyts/chubbyts-function-mock": "^2.0.2", "@stryker-mutator/core": "^9.0.1", "@stryker-mutator/vitest-runner": "^9.0.1", "@types/node": "^24.0.1", "@vitest/coverage-v8": "^3.2.3", "prettier": "^3.5.3", "typescript": "^5.8.3", "vitest": "^3.2.3" }, "publishConfig": { "access": "public" } }