{ "name": "@directus/types", "version": "11.1.2", "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 ", "type": "module", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch" }, "dependencies": { "@directus/constants": "workspace:*", "@directus/schema": "workspace:*", "@types/geojson": "7946.0.14" }, "devDependencies": { "@directus/tsconfig": "workspace:*", "knex": "3.1.0", "typescript": "5.4.5", "vue": "3.4.27" }, "peerDependencies": { "knex": "3", "vue": "^3.4" }, "peerDependenciesMeta": { "knex": { "optional": true }, "vue": { "optional": true } } }