{ "name": "@pawells/workspace", "description": "Personal NX monorepo of independently-versioned, independently-published TypeScript packages (@pawells/*) spanning color science, configuration, GraphQL tooling, structured logging, observability, NestJS integrations, React utilities, RxJS event handling, and shared TypeScript utilities.", "keywords": [ "monorepo", "nx", "typescript", "pawells", "workspace" ], "license": "MIT", "private": true, "author": { "name": "Phillip Aaron Wells", "email": "69355326+PhillipAWells@users.noreply.github.com" }, "homepage": "https://github.com/PhillipAWells/workspace", "repository": { "type": "git", "url": "git+https://github.com/PhillipAWells/workspace.git" }, "funding": { "type": "github", "url": "https://github.com/sponsors/PhillipAWells" }, "scripts": { "typecheck": "yarn nx run-many --target=typecheck --all", "lint": "yarn nx run-many --target=lint --all", "test": "yarn nx run-many --target=test --all", "test:coverage": "yarn nx run-many --target=test --all -- --coverage", "build": "yarn nx run-many --target=build --all", "clean": "yarn nx run-many --target=clean --all", "prepare": "husky" }, "devDependencies": { "@commitlint/cli": "^21.2.1", "@commitlint/config-conventional": "^21.2.0", "@eslint/js": "^10.0.1", "@nx/devkit": "23.1.0", "@nx/eslint": "23.1.0", "@nx/eslint-plugin": "23.1.0", "@nx/js": "23.1.0", "@nx/vite": "23.1.0", "@nx/vitest": "23.1.0", "@stylistic/eslint-plugin": "^5.10.0", "@types/node": "^26.0.1", "@typescript-eslint/parser": "^8.64.0", "@vitest/coverage-v8": "~4.1.9", "eslint": "^10.7.0", "husky": "^9.1.7", "jsonc-eslint-parser": "^2.1.0", "nx": "23.1.0", "typescript": "~6.0.0", "typescript-eslint": "^8.64.0", "verdaccio": "^6.7.2", "vite": "^8.0.16", "vitest": "~4.1.9" }, "workspaces": [ "packages/*" ], "packageManager": "yarn@4.16.0", "resolutions": { "bson": "^7.0.0", "nx": "^23.1.0" }, "nx": { "includedScripts": [], "targets": { "local-registry": { "executor": "@nx/js:verdaccio", "options": { "port": 4873, "config": ".verdaccio/config.yml", "storage": "tmp/local-registry/storage" } } } }, "bugs": { "url": "https://github.com/PhillipAWells/workspace/issues" } }