{
  "name": "@inrixia/helpers",
  "version": "3.21.2",
  "description": "Helper functions for various projects",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Inrixia/Helpers.git"
  },
  "author": "Inrix",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Inrixia/Helpers/issues"
  },
  "homepage": "https://github.com/Inrixia/Helpers#readme",
  "devDependencies": {
    "@types/node": "^25.0.9",
    "rimraf": "^6.1.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "dequal": "^2.0.3"
  },
  "scripts": {}
}