{
  "name": "@code-fixer-23/nx-jsr",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "dependencies": {
    "@nx/devkit": "*",
    "@nx/jest": "*",
    "@nx/js": "*",
    "@nx/vite": "*",
    "dotenv": "*",
    "enquirer": "*",
    "semver": "*"
  },
  "scripts": {
    "build": "tsc -p tsconfig.lib.json",
    "typecheck": "tsc -p tsconfig.lib.json --noEmit",
    "test": "vitest run --config vitest.config.ts",
    "lint": "eslint .",
    "format": "biome format --write .",
    "check": "pnpm run typecheck && pnpm run lint && pnpm run test && pnpm run build"
  },
  "version": "1.3.1"
}
