{
  "name": "@mcf/constants",
  "version": "0.0.73",
  "description": "Exposes constants used across MCF products",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --project ./tsconfig.json",
    "test:watch": "node --import tsx --test --watch $(find src -name '*.test.ts')",
    "test": "node --import tsx --test $(find src -name '*.test.ts')",
    "lint": "eslint --config eslint.config.mjs ."
  },
  "publishConfig": {
    "access": "public"
  },
  "private": false,
  "keywords": [],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@eslint/eslintrc": "3.3.6",
    "@eslint/js": "10.0.1",
    "@types/node": "26.1.2",
    "@typescript-eslint/eslint-plugin": "8.65.0",
    "@typescript-eslint/parser": "8.65.0",
    "tsx": "4.23.1",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": "11.17.0"
  },
  "gitHead": "cb4e2dae153a21e10c53ea4ee96ede5b380218f9"
}
