{
    "name": "omnite-sdk",
    "version": "0.1.2",
    "description": "Omnite oNFT SDK",
    "main": "./dist/index.js",
    "scripts": {
        "test": "jest",
        "test:dev": ". ./.env && jest --watch",
        "hardhat": ". ./.env && cd hardhat && npx hardhat node",
        "build": "rm -rf dist && tsc --project ./tsconfig.json && cp src/config/abi/*.json dist/config/abi",
        "generate-abi-interface": "rm -rf src/config/abi/factories && npx typechain --always-generate-overloads --target ethers-v5 --out-dir ./src/config/abi './src/config/abi/**/*.json'",
        "generate-docs": "rm -rf docs && npx typedoc --out docs --exclude \"src/tests/*\" src/index.ts",
        "prepublishOnly": "npm run generate-docs && npm run build",
        "postinstall": "npm run generate-abi-interface"
    },
    "author": "Paweł Papkiewicz <papkie@papkie.com>",
    "license": "ISC",
    "devDependencies": {
        "@types/jest": "^28.1.6",
        "jest": "^28.1.3",
        "ts-jest": "^28.0.7",
        "typedoc": "^0.23.10",
        "typescript": "^4.7.4"
    },
    "dependencies": {
        "@axelar-network/axelarjs-sdk": "^0.6.14-alpha.0",
        "@pinata/ipfs-gateway-tools": "^1.3.0",
        "@typechain/ethers-v5": "^10.1.0",
        "date-fns": "^2.28.0",
        "ethers": "^5.6.9",
        "firebase": "^9.8.4",
        "lodash": "^4.17.21"
    },
    "directories": {
        "doc": "docs"
    },
    "keywords": [
        "omnite",
        "nft",
        "onft",
        "sdk",
        "layerzero",
        "axelar"
    ]
}
