{
    "version": "0.2.2",
    "license": "MIT",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "engines": {
        "node": ">=10"
    },
    "scripts": {
        "start": "tsdx watch",
        "build": "typechain --target ethers-v5 --out-dir src/contracts ./abis/*.json && tsdx build",
        "test": "tsdx test",
        "lint": "tsdx lint --ignore-pattern 'src/contracts/**/*.ts'",
        "prepare": "tsdx build",
        "size": "size-limit",
        "analyze": "size-limit --why"
    },
    "peerDependencies": {},
    "husky": {
        "hooks": {
            "pre-commit": "tsdx lint"
        }
    },
    "prettier": {
        "printWidth": 120,
        "semi": true,
        "singleQuote": true,
        "trailingComma": "es5",
        "tabWidth": 4
    },
    "name": "@usecyan/sdk",
    "author": "usecyan",
    "module": "dist/sdk.esm.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/usecyan/sdk.git"
    },
    "description": "The buy now pay later service for the Metaverse.",
    "size-limit": [
        {
            "path": "dist/sdk.cjs.production.min.js",
            "limit": "10 KB"
        },
        {
            "path": "dist/sdk.esm.js",
            "limit": "10 KB"
        }
    ],
    "devDependencies": {
        "@size-limit/preset-small-lib": "^8.0.0",
        "@typechain/ethers-v5": "^10.2.0",
        "husky": "^8.0.1",
        "process": "^0.11.10",
        "size-limit": "^8.0.0",
        "tsdx": "^0.14.1",
        "tslib": "^2.4.0",
        "typechain": "^8.1.1",
        "typescript": "^4.7.4"
    },
    "dependencies": {
        "ethers": "^5.6.9",
        "isomorphic-unfetch": "^3.1.0"
    },
    "keywords": [
        "NFT",
        "BNPL",
        "Pawn",
        "Crypto",
        "Bnpl",
        "Wallet",
        "Blockchain",
        "Innovation",
        "Dapps",
        "Token",
        "Eth",
        "Web3.0",
        "Web3",
        "Cyan",
        "Pawn",
        "Vault",
        "Yield",
        "Stake",
        "Ethereum",
        "usecyan"
    ]
}
