{
  "name": "@magnetarjs/utils",
  "version": "1.2.9",
  "type": "module",
  "sideEffects": false,
  "description": "Magnetar utils like a logger for easier development",
  "exports": {
    ".": "./dist/index.js"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "del-cli dist && tsc",
    "test": "echo none"
  },
  "author": "Luca Ban - Mesqueeb",
  "funding": "https://github.com/sponsors/mesqueeb",
  "license": "TBD",
  "homepage": "https://github.com/cycraft/magnetar#readme",
  "dependencies": {
    "@magnetarjs/types": "*",
    "fast-sort": "^3.4.0",
    "is-what": "^5.0.2",
    "path-to-prop": "^3.0.1"
  },
  "keywords": [
    "magnetar",
    "magnetarjs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cycraft/magnetar.git"
  },
  "bugs": {
    "url": "https://github.com/cycraft/magnetar/issues"
  },
  "gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7"
}
