{ "name": "@directus/errors", "version": "0.3.3", "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 ", "sideEffects": false, "type": "module", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format=esm --dts", "dev": "tsup src/index.ts --format=esm --dts --watch", "test": "vitest --typecheck --watch=false" }, "dependencies": { "@directus/storage": "workspace:*", "ms": "2.1.3" }, "devDependencies": { "@directus/random": "workspace:*", "@directus/tsconfig": "workspace:*", "@types/ms": "0.7.34", "@vitest/coverage-v8": "1.5.3", "tsup": "8.1.0", "typescript": "5.4.5", "vitest": "1.5.3" } }