Files
directus/packages/types/package.json
Rijk van Zanten d3874a8f19 v10.9.0
2024-02-06 14:29:32 -05:00

51 lines
1021 B
JSON

{
"name": "@directus/types",
"version": "11.0.4",
"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",
"dev": "tsc --watch"
},
"dependencies": {
"@directus/constants": "workspace:*",
"@directus/schema": "workspace:*",
"@types/geojson": "7946.0.13"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"knex": "3.1.0",
"typescript": "5.3.3",
"vue": "3.4.15"
},
"peerDependencies": {
"knex": "3",
"vue": "^3.4"
},
"peerDependenciesMeta": {
"knex": {
"optional": true
},
"vue": {
"optional": true
}
}
}