{
  "name": "js-1sat-ord",
  "version": "0.1.91",
  "author": "Luke Rohenaz",
  "repository": {
    "type": "git",
    "url": "https://github.com/BitcoinSchema/js-1sat-ord.git"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.module.js",
  "dependencies": {
    "@bopen-io/templates": "^1.1.2",
    "image-meta": "^0.2.2",
    "satoshi-token": "^0.0.7",
    "sigma-protocol": "^0.1.6"
  },
  "devDependencies": {
    "@bsv/sdk": "1.9.29",
    "@types/bun": "^1.3.5",
    "rimraf": "^6.1.2",
    "typescript": "^5.9.3"
  },
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.modern.js"
    }
  },
  "description": "1Sat Ordinals library",
  "files": [
    "/dist"
  ],
  "keywords": [],
  "license": "MIT",
  "scripts": {
    "build": "bun run build.ts",
    "clean": "rimraf -rf dist",
    "test": "bun test",
    "prepublishOnly": "bun run build",
    "fmt": "echo $(which biome) && biome format --write ."
  },
  "source": "src/index.ts",
  "type": "module",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.umd.js"
}
