{
  "name": "@odgn/utils",
  "version": "0.5.3",
  "description": "a collection of utility functions",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "./bitfield": {
      "import": "./dist/bitfield.mjs",
      "require": "./dist/bitfield.js"
    },
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "bitfield": [
        "dist/bitfield"
      ]
    }
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "prepare": "npm run build",
    "test": "ts-node test/index.ts"
  },
  "author": {
    "name": "Alexander Veenendaal",
    "email": "alex@opendoorgonorth.com"
  },
  "license": "MIT",
  "dependencies": {
    "jsonpointer": "4.1.x"
  },
  "devDependencies": {
    "@types/node": "^14.14.28",
    "rollup": "^2.39.0",
    "rollup-plugin-typescript2": "^0.29.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.5",
    "uvu": "^0.5.1"
  }
}
