{
  "name": "@noctuatech/uswds",
  "version": "1.5.5",
  "type": "module",
  "workspaces": [
    "packages/**"
  ],
  "main": "./target/lib.js",
  "module": "./target/lib.js",
  "exports": {
    ".": "./target/lib.js",
    "./*": "./target/lib/*"
  },
  "files": [
    "src",
    "target",
    "assets"
  ],
  "scripts": {
    "test": "wireit",
    "build": "wireit",
    "preview": "wireit",
    "storybook": "storybook dev -p 6006",
    "build_storybook": "wireit",
    "gen": "plop",
    "prepare": "wireit",
    "build-storybook": "storybook build"
  },
  "wireit": {
    "prepare": {
      "command": "husky",
      "dependencies": [
        "copy_icons"
      ]
    },
    "test": {
      "command": "wtr",
      "dependencies": [
        "tsc",
        "build_testing_library"
      ]
    },
    "build": {
      "dependencies": [
        "tsc",
        "build_storybook",
        "minify_html_literals"
      ]
    },
    "preview": {
      "command": "eleventy --serve --incremental",
      "service": true,
      "dependencies": [
        {
          "script": "tsc",
          "cascade": false
        }
      ]
    },
    "build_storybook": {
      "command": "storybook build"
    },
    "build_testing_library": {
      "command": "./scripts/build_testing_library.sh",
      "files": [
        "node_modules/@testing-library/**"
      ],
      "output": [
        "testing-library/**"
      ]
    },
    "tsc": {
      "command": "tsc --build --pretty",
      "clean": "if-file-deleted",
      "files": [
        "src/**",
        "tsconfig.json"
      ],
      "output": [
        "target/**",
        "tsconfig.tsbuildinfo"
      ]
    },
    "copy_icons": {
      "command": "./scripts/copy_usa_icons.sh",
      "files": [
        "node_modules/@uswds/uswds/dist/img/usa-icons/**"
      ],
      "output": [
        "assets/usa-icon/**"
      ]
    },
    "minify_html_literals": {
      "command": "./scripts/minify_html_literals.js",
      "files": [
        "target/**/*.js"
      ],
      "dependencies": [
        "tsc"
      ]
    }
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@joist/di": "^4.2.4",
    "@joist/element": "^4.2.4",
    "@joist/observable": "^4.2.4",
    "@joist/templating": "^4.2.4",
    "tslib": "2.8.1"
  },
  "devDependencies": {
    "@11ty/eleventy": "^3.0.0",
    "@chromatic-com/storybook": "^5.0.0",
    "@open-wc/testing": "^4.0.0",
    "@storybook/addon-docs": "^10.2.1",
    "@storybook/web-components-vite": "^10.2.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/mocha": "^10.0.7",
    "@types/node": "^24.0.0",
    "@uswds/uswds": "^3.10.0",
    "@web/dev-server-import-maps": "^0.2.1",
    "@web/test-runner": "^0.20.0",
    "husky": "^9.0.11",
    "js-beautify": "^1.15.1",
    "lint-staged": "^16.0.0",
    "lit": "^3.2.1",
    "minify-literals": "^1.0.10",
    "mocha": "^11.0.0",
    "plop": "^4.0.1",
    "prettier": "^3.5.3",
    "storybook": "^10.2.1",
    "typescript": "^5.8.0",
    "wireit": "^0.14.9"
  },
  "lint-staged": {
    "*": [
      "prettier --write --ignore-unknown"
    ]
  },
  "overrides": {
    "storybook": "$storybook"
  }
}
