Files
directus/packages/types/package.json
Rijk van Zanten aa425a19da v11.0.0
2024-08-06 15:50:40 -04:00

51 lines
1021 B
JSON

{
"name": "@directus/types",
"version": "12.0.0",
"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.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
}
}
}