{
  "name": "@endaoment/sdk",
  "version": "0.0.11",
  "description": "Endaoment SDK",
  "author": "Endaoment",
  "repository": {
    "type": "git",
    "url": "https://github.com/endaoment/endaoment-sdk.git"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "typescript": "^4.0"
  }
}