{ "name": "@directus/data-sql", "version": "0.3.1", "type": "module", "sideEffects": false, "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" }, "description": "Shared SQL helpers for SQL-based drivers", "repository": { "type": "git", "url": "https://github.com/directus/directus.git", "directory": "packages/data-sql" }, "funding": "https://github.com/directus/directus?sponsor=1", "license": "BSUL-1.1", "author": "Rijk van Zanten ", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "dist/index.js", "files": [ "dist" ], "devDependencies": { "@directus/data": "workspace:*", "@directus/random": "workspace:*", "@directus/tsconfig": "workspace:*", "@types/lodash-es": "4.17.12", "@types/node": "18.19.3", "@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.0" }, "dependencies": { "lodash-es": "4.17.21" } }