{
  "name": "flatten-anything",
  "version": "4.0.3",
  "description": "Flatten objects and replace nested props with 'prop.subprop'. A simple and small integration",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "filter-anything": "^4.0.3",
    "is-what": "^5.5.0"
  },
  "devDependencies": {
    "@cycraft/eslint": "^0.4.4",
    "@cycraft/tsconfig": "^0.1.2",
    "copy-anything": "^4.1.0",
    "del-cli": "^7.0.0",
    "np": "^12.1.1",
    "vitest": "^5.0.1"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "flatten",
    "object",
    "paths",
    "pathify",
    "flatten-object",
    "flatten-paths",
    "flatten-deep-object",
    "flatten-nested-props",
    "pathify-props",
    "get-flat-object"
  ],
  "author": "Luca Ban - Mesqueeb (https://cycraft.co)",
  "funding": "https://github.com/sponsors/mesqueeb",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mesqueeb/flatten-anything.git"
  },
  "homepage": "https://github.com/mesqueeb/flatten-anything#readme",
  "bugs": "https://github.com/mesqueeb/flatten-anything/issues",
  "scripts": {
    "test": "vitest run",
    "lint": "tsc --noEmit && eslint ./src",
    "build": "del-cli dist && tsc",
    "release": "pnpm run lint && pnpm run build && np"
  }
}