mirror of
https://github.com/directus/directus.git
synced 2026-01-27 07:08:17 -05:00
41 lines
919 B
JSON
41 lines
919 B
JSON
{
|
|
"name": "@directus/exceptions",
|
|
"version": "9.25.2",
|
|
"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.6",
|
|
"@directus/types": "workspace:*",
|
|
"@ngneat/falso": "6.4.0",
|
|
"@vitest/coverage-c8": "0.29.3",
|
|
"joi": "17.8.4",
|
|
"typescript": "4.9.5",
|
|
"vitest": "0.29.3"
|
|
}
|
|
}
|