{ "name": "@directus/utils", "version": "9.25.2", "type": "module", "scripts": { "build": "tsc --project browser/tsconfig.json && tsc --project node/tsconfig.json && tsc --project shared/tsconfig.json", "dev": "concurrently \"tsc --watch --project browser/tsconfig.json\" \"tsc --watch --project node/tsconfig.json\" \"tsc --watch --project shared/tsconfig.json\"", "test": "vitest --watch=false" }, "description": "Utilities shared between the Directus packages", "repository": { "type": "git", "url": "https://github.com/directus/directus.git", "directory": "packages/utils" }, "funding": "https://github.com/directus/directus?sponsor=1", "license": "GPL-3.0", "author": "Rijk van Zanten ", "exports": { ".": { "types": "./dist/shared/index.d.ts", "import": "./dist/shared/index.js" }, "./node": { "types": "./dist/node/index.d.ts", "import": "./dist/node/index.js" }, "./browser": { "types": "./dist/browser/index.d.ts", "import": "./dist/browser/index.js" }, "./package.json": "./package.json" }, "main": "dist/shared/index.js", "files": [ "dist", "!**/*.test.{js,d.ts}" ], "publishConfig": { "access": "public" }, "dependencies": { "@directus/constants": "workspace:*", "@directus/storage": "workspace:*", "date-fns": "2.29.3", "fs-extra": "11.1.0", "joi": "17.8.4", "lodash-es": "4.17.21", "micromustache": "8.0.3", "tmp": "0.2.1", "vue": "3.2.47" }, "devDependencies": { "@directus/tsconfig": "0.0.6", "@directus/types": "workspace:*", "@ngneat/falso": "6.4.0", "@types/fs-extra": "11.0.1", "@types/lodash-es": "4.17.7", "@types/node": "18.15.3", "@types/tmp": "0.2.3", "@vitest/coverage-c8": "0.29.3", "concurrently": "7.6.0", "typescript": "4.9.5", "vitest": "0.29.3" } }