Files
directus/packages/system-data/package.json
dependabot[bot] bb2460566e Bump esbuild-yaml from 1.1.1 to 1.2.0 (#23315)
Bumps [esbuild-yaml](https://github.com/luxass/esbuild-yaml) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/luxass/esbuild-yaml/releases)
- [Commits](https://github.com/luxass/esbuild-yaml/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: esbuild-yaml
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-13 09:10:20 +02:00

38 lines
879 B
JSON

{
"name": "@directus/system-data",
"version": "2.0.0",
"description": "Definitions and types for Directus system collections",
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/system-data"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "MIT",
"author": "Tim de Heiden <tim@directus.io>",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "NODE_ENV=production tsup",
"dev": "NODE_ENV=development tsup"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"esbuild": "0.20.2",
"esbuild-yaml": "1.2.0",
"tsup": "8.2.2",
"typescript": "5.4.5"
}
}