{
  "name": "@storm-software/package-constants",
  "version": "0.1.146",
  "private": false,
  "description": "A set of constants shared by various packages in the Storm Software organization.",
  "keywords": [
    "monorepo",
    "storm",
    "storm-ops",
    "storm-stack",
    "stormstack",
    "sullivanpj"
  ],
  "homepage": "https://stormsoftware.com",
  "bugs": {
    "url": "https://stormsoftware.com/support",
    "email": "support@stormsoftware.com"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/storm-ops.git",
    "directory": "packages/package-constants"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.com",
    "url": "https://stormsoftware.com"
  },
  "contributors": [
    {
      "name": "Storm Software",
      "email": "contact@stormsoftware.com",
      "url": "https://stormsoftware.com"
    }
  ],
  "exports": {
    "./package.json": "./package.json",
    "./types": {
      "import": {
        "types": "./dist/types.d.mts",
        "default": "./dist/types.mjs"
      },
      "require": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
      "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
    },
    "./index": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
      "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
    },
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
      "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
    },
    "./*": {
      "import": { "types": "./dist/*.d.mts", "default": "./dist/*.mjs" },
      "require": { "types": "./dist/*.d.ts", "default": "./dist/*.js" },
      "default": { "types": "./dist/*.d.ts", "default": "./dist/*.js" }
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": ["dist/**/*"],
  "devDependencies": { "tsup": "8.4.0" },
  "publishConfig": { "access": "public" },
  "gitHead": "e4eade114ec82c06a4f237c140c5d92caa6baede"
}
