{
  "name": "@websolutespa/bom-core",
  "version": "3.0.2",
  "description": "Core module of the BOM Repository",
  "keywords": [
    "bom",
    "mixer",
    "core"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/websolutespa/bom.git"
  },
  "scripts": {
    "lint": "eslint *.ts*",
    "test": "vitest run",
    "test-watch": "vitest",
    "coverage:integration": "npm run test -- --coverage.enabled --coverage.provider=istanbul --coverage.all",
    "coverage": "run-s -c --silent coverage:*",
    "compile": "tsup ./src/index.ts --format esm --dts --external react",
    "prepack": "bom prepack",
    "postpack": "bom postpack",
    "types": "tsc --noemit"
  },
  "dependencies": {
    "pluralize": "8.0.0"
  },
  "peerDependencies": {},
  "devDependencies": {
    "@types/pluralize": "0.0.33",
    "@types/react": "19.2.10",
    "@websolutespa/eslint-config": "^3.0.0",
    "@websolutespa/test": "^3.0.1",
    "@websolutespa/tsconfig": "^3.0.0",
    "eslint": "9.31.0",
    "npm-run-all": "4.1.5",
    "raw-loader": "4.0.2",
    "react": "19.2.3",
    "tsup": "8.5.0",
    "typescript": "5.8.3",
    "vitest": "3.2.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "type": "module",
  "prepack": {
    "types": "./dist/index.d.ts",
    "main": "./dist/index.js",
    "module": "./dist/index.js"
  },
  "postpack": {
    "types": "./src/index.ts",
    "main": "./src/index.ts"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.js"
}