{
  "name": "@matchlighter/common_library",
  "version": "1.6.36",
  "description": "Shared Functions, Helpers, Patterns & Utilities for Apps and Libraries",
  "author": "Matchlighter",
  "homepage": "",
  "license": "MIT",
  "main": "lib/common_library.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "exports": {
    "./cjs/*": {
      "types": "./cjs/*.d.ts",
      "node": "./cjs/*.js",
      "default": "./cjs/*.js"
    },
    "./lib/*": {
      "types": "./lib/*.d.ts",
      "node": "./lib/*.js",
      "default": "./lib/*.js"
    },
    "./macro": {
      "types": "./lib/macro/index.d.ts",
      "node": "./cjs/macro/index.js",
      "default": "./lib/macro/index.js"
    },
    "./macro/*": {
      "types": "./lib/macro/*.d.ts",
      "node": "./cjs/macro/*.js",
      "default": "./lib/macro/*.js"
    },
    "./*": {
      "types": "./lib/*.d.ts",
      "node": "./cjs/*.js",
      "default": "./lib/*.js"
    }
  },
  "files": [
    "lib",
    "dist",
    "cjs",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@git.matchlighter.net:matchlighter/js-micro-libs.git"
  },
  "scripts": {
    "test": "jest",
    "build": "ts-node -O '{\"module\": \"CommonJS\"}' ./scripts/build.ts",
    "prepublishOnly": "npm run-script build"
  },
  "peerDependencies": {
    "mobx": ">=6.11",
    "mobx-react": ">=7",
    "mobx-utils": ">=5",
    "react": ">=16"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "deep-eql": "^5.0.2",
    "jsonpath": "^1.0.2",
    "type-fest": "^5.1.0",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/preset-env": "^7.24.7",
    "@types/babel-plugin-macros": "^2.8.0",
    "@types/jest": "^24.0.18",
    "@types/jsonpath": "^0.2.0",
    "@types/node": "^13.7.4",
    "@types/react": "^18.0.18",
    "@types/react-dom": "^18.0.6",
    "@types/react-router": "^5.1.5",
    "@types/underscore": "^1.11.2",
    "babel-plugin-macros": "^2.8.0",
    "babel-plugin-tester": "^10.0.0",
    "jest": "^29.7.0",
    "mobx": "^6.11.0",
    "mobx-react": "^7.0.0",
    "mobx-utils": "^5.4.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-reverse-portal": "^2.1",
    "react-router": "^5.1.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^8.5.4",
    "typescript": "^5.4.3"
  }
}
