Files
directus/packages/data/package.json
dependabot[bot] d27604dced Bump dependency-cruiser from 16.1.0 to 16.2.0 (#21348)
Bumps [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/sverweij/dependency-cruiser/releases)
- [Changelog](https://github.com/sverweij/dependency-cruiser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sverweij/dependency-cruiser/compare/v16.1.0...v16.2.0)

---
updated-dependencies:
- dependency-name: dependency-cruiser
  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-02-07 13:18:18 +01:00

41 lines
1.1 KiB
JSON

{
"name": "@directus/data",
"version": "0.3.2",
"description": "Data storage abstraction layer for Directus",
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/data"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "BUSL-1.1",
"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": "tsup src/index.ts --format=esm --dts",
"dev": "tsup src/index.ts --format=esm --dts --watch",
"test": "vitest --watch=false",
"depcruise": "depcruise src --include-only '^src' -x test.ts --output-type dot | dot -T svg > dependency-graph.svg"
},
"devDependencies": {
"@directus/random": "workspace:*",
"@directus/tsconfig": "workspace:*",
"@types/node": "18.19.14",
"@types/wellknown": "0.5.8",
"@vitest/coverage-v8": "1.2.2",
"dependency-cruiser": "16.2.0",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vitest": "1.2.2"
}
}