{
  "name": "@rushstack/heft-static-asset-typings-plugin",
  "version": "0.1.18",
  "description": "A Heft plugin that generates TypeScript typings for static asset files such as images and text files.",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "heft-plugins/heft-static-asset-typings-plugin"
  },
  "homepage": "https://rushstack.io/pages/heft/overview/",
  "exports": {
    "./lib/*.schema.json": "./lib-commonjs/*.schema.json",
    "./lib/*": {
      "types": "./lib-dts/*.d.ts",
      "node": "./lib-commonjs/*.js",
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js"
    },
    "./heft-plugin.json": "./heft-plugin.json",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "license": "MIT",
  "peerDependencies": {
    "@rushstack/heft": "^1.2.22"
  },
  "dependencies": {
    "@rushstack/heft-config-file": "0.20.12",
    "@rushstack/node-core-library": "5.23.3",
    "@rushstack/terminal": "0.24.2",
    "@rushstack/typings-generator": "0.16.22"
  },
  "devDependencies": {
    "eslint": "~9.37.0",
    "local-node-rig": "1.0.0",
    "@rushstack/heft": "1.2.22"
  },
  "scripts": {
    "build": "heft build --clean",
    "start": "heft test --clean --watch",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}