mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
51 lines
1021 B
JSON
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
|
|
}
|
|
}
|
|
}
|