{
  "name": "0g",
  "version": "0.4.2",
  "description": "",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./input": {
      "import": "./dist/input/index.js",
      "types": "./dist/input/index.d.ts"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a-type/0g.git"
  },
  "keywords": [],
  "author": {
    "name": "Grant Forrest",
    "email": "gaforres@gmail.com",
    "url": "https://github.com/a-type"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/a-type/0g/issues"
  },
  "homepage": "https://github.com/a-type/0g#readme",
  "devDependencies": {
    "@types/shortid": "0.0.32",
    "jsdom": "^24.0.0",
    "typedoc": "0.25.13",
    "typedoc-plugin-internal-external": "^2.2.0",
    "typescript": "5.4.5",
    "vite": "5.2.10",
    "vitest": "1.5.2"
  },
  "dependencies": {
    "@a-type/utils": "1.1.0",
    "mnemonist": "0.39.8",
    "shortid": "^2.2.16"
  },
  "scripts": {
    "test": "vitest",
    "test-ci": "vitest run",
    "build": "tsc",
    "typedoc": "typedoc --options typedoc.json"
  }
}