{
  "name": "@aptosis/mint-wrapper",
  "version": "0.2.4",
  "description": "TypeScript SDK for the Aptosis Mint Wrapper",
  "author": "Ian Macalinao <ian@aptos.is>",
  "homepage": "https://github.com/aptosis/faucet-sdk#readme",
  "license": "Apache-2.0",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "src/",
    "dist/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aptosis/faucet-sdk.git"
  },
  "scripts": {
    "build": "tsc && tsc --project tsconfig.cjs.json"
  },
  "bugs": {
    "url": "https://github.com/aptosis/faucet-sdk/issues"
  },
  "dependencies": {
    "@movingco/prelude": "^0.4.0",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@saberhq/tsconfig": "^2.0.3",
    "typescript": "^4.7.4"
  },
  "typedoc": {
    "readmeFile": "./README.md"
  }
}