{
  "name": "@substrate-system/did-web",
  "version": "0.0.2",
  "description": "DID documents",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "did": "dist/cli.js"
  },
  "scripts": {
    "lint": "eslint \"./**/*.{ts,js}\"",
    "test": "esbuild test/index.ts --platform=node --format=esm --keep-names --bundle --external:crypto --external:fs | node --input-type=module",
    "build-esm": "esbuild src/*.ts --format=esm --metafile=dist/meta.json --keep-names --tsconfig=tsconfig.build.json --outdir=./dist --sourcemap && tsc --emitDeclarationOnly --project tsconfig.build.json --outDir dist",
    "build": "mkdir -p ./dist && rm -rf ./dist/* && npm run build-esm",
    "example": "esbuild ./example/index.ts --bundle --platform=node | node",
    "toc": "markdown-toc --maxdepth 3 -i README.md",
    "preversion": "npm run lint",
    "version": "npm run toc && auto-changelog -p --template keepachangelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md README.md",
    "postversion": "git push --follow-tags && npm publish",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@substrate-system/json-canon": "^0.1.0",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@substrate-system/tapzero": "^0.10.16",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.48.1",
    "@typescript-eslint/parser": "^8.48.1",
    "auto-changelog": "^2.5.0",
    "esbuild": "^0.27.1",
    "eslint": "^8.57.1",
    "eslint-config-standard": "^17.1.0",
    "markdown-toc": "^1.2.0",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "did",
    "web"
  ],
  "homepage": "https://github.com/substrate-system/did-web",
  "bugs": {
    "url": "https://github.com/substrate-system/did-web/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substrate-system/did-web.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": "nichoth <nichoth@nichoth.com> (https://nichoth.com)"
}
