Files
directus/packages/types/package.json
rijkvanzanten 373cc9f4fa v10.5.0
2023-07-25 17:36:33 -04:00

43 lines
1006 B
JSON

{
"name": "@directus/types",
"version": "10.1.3",
"description": "Shared types for Directus",
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/types"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "MIT",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.prod.json",
"dev": "tsc --watch"
},
"devDependencies": {
"@directus/constants": "workspace:*",
"@directus/schema": "workspace:*",
"@directus/tsconfig": "workspace:*",
"@types/express": "4.17.17",
"@types/geojson": "7946.0.10",
"express": "4.18.2",
"geojson": "0.5.0",
"knex": "2.4.2",
"pino": "8.14.1",
"typescript": "5.0.4",
"vue": "3.3.4",
"vue-router": "4.2.0",
"zod": "3.21.4"
}
}