{
  "name": "@agoralabs-sh/vip030026",
  "version": "1.0.0",
  "description": "Various utilities and tools that allow for the creation and manipulation of credentials that conform to the VIP-03-0026 standard.",
  "repository": {
    "type": "git",
    "url": "https://github.com/agoralabs-sh/avm-tools"
  },
  "author": {
    "name": "Kieran O'Neill",
    "email": "hello@kieranoneill.com",
    "url": "https://github.com/kieranroneill"
  },
  "license": "CC0-1.0",
  "private": false,
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "dependencies": {
    "@noble/curves": "^1.8.1",
    "@noble/hashes": "^1.7.1",
    "@stablelib/base64": "^2.0.1",
    "@agoralabs-sh/bytes": "^1.0.0",
    "@agoralabs-sh/uuid": "^1.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.16.0",
    "@stablelib/random": "^2.0.1",
    "@types/node": "^22.10.1",
    "chalk": "^5.3.0",
    "eslint": "^9.16.0",
    "eslint-config-prettier": "^9.1.0",
    "globals": "^15.13.0",
    "prettier": "^3.2.5",
    "shx": "^0.3.4",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.0",
    "vite": "^6.0.3",
    "vite-plugin-dts": "^4.3.0",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.0.5"
  },
  "scripts": {
    "build": "pnpm run clean && vite build",
    "build:dependencies": "./scripts/prebuild.sh",
    "clean": "shx rm -rf dist && shx rm -rf tsconfig.*.tsbuildinfo",
    "generate:index": "tsx ./scripts/generate-index.ts",
    "lint": "eslint .",
    "prettier": "prettier --write \"**/*.{cjs,js,json,mjs,ts}\"",
    "test": "vitest run --config vitest.config.ts"
  }
}