mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@directus/data-driver-postgres",
|
|
"version": "0.3.1",
|
|
"description": "Data storage abstraction layer for Postgres",
|
|
"homepage": "https://directus.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/directus/directus.git",
|
|
"directory": "packages/data-driver-postgres"
|
|
},
|
|
"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/data": "workspace:*",
|
|
"@directus/random": "workspace:*",
|
|
"@directus/tsconfig": "workspace:*",
|
|
"@types/node": "18.19.3",
|
|
"@types/pg": "8.10.9",
|
|
"@types/wellknown": "0.5.8",
|
|
"@vitest/coverage-v8": "1.1.0",
|
|
"dependency-cruiser": "15.5.0",
|
|
"tsup": "8.0.1",
|
|
"typescript": "5.3.3",
|
|
"vitest": "1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@directus/data-sql": "workspace:*",
|
|
"pg": "8.11.3",
|
|
"pg-query-stream": "4.5.3",
|
|
"wellknown": "0.5.0"
|
|
}
|
|
}
|