{ "name": "@directus/types", "version": "10.0.0", "type": "module", "scripts": { "build": "tsc --build", "dev": "tsc --watch" }, "description": "Shared types for Directus", "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 ", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "devDependencies": { "@directus/constants": "workspace:*", "@directus/schema": "workspace:*", "@directus/tsconfig": "0.0.7", "@types/express": "4.17.17", "@types/geojson": "7946.0.10", "express": "4.18.2", "geojson": "0.5.0", "knex": "2.4.2", "pino": "8.11.0", "typescript": "5.0.4", "vue": "3.2.47", "vue-router": "4.1.6", "zod": "3.21.4" } }