{
  "name": "@erkjbro/the-one-sdk",
  "version": "0.1.3",
  "author": "Erik J Brown <erkjbro@erikjbrown.tech>",
  "description": "The One SDK",
  "keywords": [
    "api",
    "sdk",
    "the-one-sdk",
    "lotr"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/erkjbro/Erik-Brown-SDK"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "exports": {
    ".": {
      "require": "./src/index.js"
    }
  },
  "dependencies": {},
  "peerDependencies": {
    "@swc/helpers": "0.4.14"
  }
}
