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

37 lines
758 B
JSON

{
"name": "@directus/constants",
"version": "9.26.0",
"type": "module",
"scripts": {
"build": "tsc --build",
"dev": "tsc --watch"
},
"description": "Shared constants for Directus",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/constants"
},
"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"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@directus/tsconfig": "0.0.7",
"typescript": "5.0.4"
},
"dependencies": {
"zod": "3.21.4"
}
}