Files
directus/packages/errors/package.json
ian 2218212e43 Release 11.17.2 (#27056)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-06 13:27:57 -04:00

43 lines
1.0 KiB
JSON

{
"name": "@directus/errors",
"version": "2.3.1",
"description": "Create consistent error objects around the codebase",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/errors"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "MIT",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"sideEffects": false,
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsdown src/index.ts --dts",
"dev": "tsdown src/index.ts --dts --watch",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@directus/storage": "workspace:*",
"ms": "catalog:"
},
"devDependencies": {
"@directus/tsconfig": "catalog:",
"@directus/types": "workspace:*",
"@types/ms": "catalog:",
"@vitest/coverage-v8": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}