Files
directus/packages/exceptions/package.json
rijkvanzanten 381f1c9d8e v9.26.0
2023-04-24 16:40:53 -04:00

41 lines
919 B
JSON

{
"name": "@directus/exceptions",
"version": "9.26.0",
"type": "module",
"scripts": {
"build": "tsc --build",
"dev": "tsc --watch",
"test": "vitest --watch=false"
},
"description": "Shared exceptions in Directus",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/exceptions"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "GPL-3.0",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist",
"!**/*.test.{js,d.ts}"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@directus/tsconfig": "0.0.7",
"@directus/types": "workspace:*",
"@ngneat/falso": "6.4.0",
"@vitest/coverage-c8": "0.30.1",
"joi": "17.9.1",
"typescript": "5.0.4",
"vitest": "0.30.1"
}
}