{
  "name": "@ngraveio/ur-uuid",
  "version": "2.0.0",
  "description": "Provides BC UR type for uuid.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "dist/addToRegistry.js"
  ],
  "scripts": {
    "clean": "rm -rf ./dist",
    "watch": "tsc --build --watch",
    "build": "tsc --build",
    "test": "jest --passWithNoTests"
  },
  "author": "Irfan Bilaloglu<irfan.bilaloglu@ngrave.io>",
  "license": "MIT",
  "homepage": "https://github.com/ngraveio/ur-registry/tree/main/ur-packages/uuid#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngraveio/ur-registry.git",
    "directory": "ur-packages/uuid"
  },
  "keywords": [
    "ngrave",
    "uniform resources",
    "bc-ur",
    "Blockchain Commons",
    "cbor",
    "uuid"
  ],
  "bugs": {
    "url": "https://github.com/ngraveio/ur-registry/issues"
  },
  "dependencies": {
    "@ngraveio/bc-ur": "2.0.0-beta.9",
    "uuid": "^11.0.5"
  },
  "devDependencies": {
    "@types/jest": "^29.5.1",
    "@types/uuid": "^9.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.6.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6c1fdb1de00b21aa9324c7da822ff49b1fe97065"
}
