UNPKG

@chubbyts/chubbyts-api

Version:

[![CI](https://github.com/chubbyts/chubbyts-api/workflows/CI/badge.svg?branch=master)](https://github.com/chubbyts/chubbyts-api/actions?query=workflow%3ACI) [![Coverage Status](https://coveralls.io/repos/github/chubbyts/chubbyts-api/badge.svg?branch=maste

71 lines (70 loc) 1.71 kB
{ "name": "@chubbyts/chubbyts-api", "type": "module", "version": "6.3.0", "description": "", "keywords": [ "chubbyts", "api", "crud" ], "author": "Dominik Zogg", "license": "MIT", "repository": "chubbyts/chubbyts-api", "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-decode-encode": "^2.1.0", "@chubbyts/chubbyts-http-error": "^3.0.1", "@chubbyts/chubbyts-http-types": "^3.0.1", "@chubbyts/chubbyts-log-types": "^3.0.1", "@chubbyts/chubbyts-negotiation": "^4.0.2", "@chubbyts/chubbyts-throwable-to-error": "^2.0.2", "qs": "^6.14.0", "uuid": "^11.1.0", "zod": "^4.0.5" }, "devDependencies": { "@chubbyts/chubbyts-eslint": "^4.0.4", "@chubbyts/chubbyts-function-mock": "^2.0.2", "@stryker-mutator/core": "^9.0.1", "@stryker-mutator/vitest-runner": "^9.0.1", "@types/node": "^24.0.14", "@types/qs": "^6.14.0", "@types/uuid": "^10.0.0", "@vitest/coverage-v8": "^3.2.4", "prettier": "^3.6.2", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" } }