{
  "name": "@transmute/did-key-x25519",
  "author": "Orie Steele",
  "module": "dist/did-key-x25519.esm.js",
  "version": "0.3.0-unstable.10",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/transmute-industries/did-key.js/tree/main/packages/did-key-x25519",
  "repository": {
    "type": "git",
    "url": "https://github.com/transmute-industries/did-key.js.git",
    "directory": "packages/did-key-x25519"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=14"
  },
  "size-limit": [
    {
      "path": "dist/did-key-x25519.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/did-key-x25519.esm.js",
      "limit": "10 KB"
    }
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint src --fix",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^4.12.0",
    "@transmute/jose-ld": "^0.7.0-unstable.1",
    "axios": "^0.21.1",
    "size-limit": "^4.12.0",
    "ts-jest": "^27.0.3",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.0",
    "typescript": "^4.3.4"
  },
  "dependencies": {
    "@transmute/did-key-common": "^0.3.0-unstable.10",
    "@transmute/x25519-key-pair": "^0.7.0-unstable.1"
  },
  "gitHead": "0bf2d381d17c260f35246d18170865a60aac3897"
}
