Files
directus/packages/types/package.json
Rijk van Zanten c7d0cd0c74 Move tsconfig package to monorepo (#18659)
* Move tsconfig package to monorepo

* Use local reference to tsconfig
2023-05-19 12:30:45 -04:00

45 lines
1015 B
JSON

{
"name": "@directus/types",
"version": "10.0.1",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.prod.json",
"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 <rijkvanzanten@me.com>",
"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": "workspace:*",
"@types/express": "4.17.17",
"@types/geojson": "7946.0.10",
"express": "4.18.2",
"geojson": "0.5.0",
"knex": "2.4.2",
"pino": "8.14.1",
"typescript": "5.0.4",
"vue": "3.3.4",
"vue-router": "4.2.0",
"zod": "3.21.4"
}
}