{
    "version": "1.0.1",
    "license": "BSD-3",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "engines": {
        "node": ">=15"
    },
    "scripts": {
        "build:prod": "rollup -c --environment BUILD:production",
        "build": "rollup -c",
        "docs:watch": "typedoc --watch",
        "docs": "typedoc",
        "lint": "eslint .",
        "prepare": "husky install && yarn build:prod",
        "start": "rollup -c --watch",
        "test:watch": "jest --watch",
        "test": "jest"
    },
    "lint-staged": {
        "**/*": "prettier --write --ignore-unknown"
    },
    "name": "ecanna-wallet-sdk",
    "author": "AVA Labs",
    "repository": {
        "type": "git",
        "url": "https://github.com/ecannacoins/ecannajs"
    },
    "publishConfig": {
        "access": "public"
    },
    "devDependencies": {
        "@babel/core": "7.17.8",
        "@babel/preset-env": "7.16.11",
        "@babel/preset-typescript": "7.16.7",
        "@rollup/plugin-commonjs": "21.0.3",
        "@rollup/plugin-json": "4.1.0",
        "@rollup/plugin-typescript": "8.3.1",
        "@types/big.js": "^6.0.2",
        "@types/bn.js": "5.1.0",
        "@types/create-hash": "1.2.2",
        "@types/crypto-js": "4.1.1",
        "@types/hdkey": "2.0.1",
        "@types/jest": "27.4.1",
        "@types/randomstring": "1.1.8",
        "@typescript-eslint/eslint-plugin": "5.17.0",
        "@typescript-eslint/parser": "5.17.0",
        "@zerollup/ts-transform-paths": "1.7.18",
        "avalanche": "3.15.2",
        "babel-jest": "27.5.1",
        "babel-plugin-module-resolver": "4.1.0",
        "eslint": "8.12.0",
        "eslint-config-prettier": "8.5.0",
        "husky": "6.0.0",
        "jest": "27.5.1",
        "lint-staged": "12.3.7",
        "prettier": "2.6.2",
        "rollup": "2.70.1",
        "rollup-plugin-delete": "2.0.0",
        "rollup-plugin-typescript2": "0.31.2",
        "ts-node": "10.7.0",
        "tslib": "2.3.1",
        "ttypescript": "1.5.13",
        "typedoc": "0.22.13",
        "typescript": "4.6.3"
    },
    "dependencies": {
        "@ethereumjs/common": "2.6.0",
        "@ethereumjs/tx": "3.4.0",
        "@ledgerhq/hw-app-eth": "6.12.2",
        "@ledgerhq/hw-transport": "6.19.0",
        "@metamask/eth-sig-util": "4.0.0",
        "@obsidiansystems/hw-app-avalanche": "0.2.2",
        "@openzeppelin/contracts": "4.5.0",
        "big.js": "^6.1.1",
        "bip32": "2.0.6",
        "bip32-path": "0.4.2",
        "bip39": "3.0.4",
        "bitcoinjs-lib": "5.2.0",
        "bn.js": "5.2.1",
        "create-hash": "1.2.0",
        "crypto-js": "4.1.1",
        "ethereumjs-util": "^7.0.7",
        "ethers": "5.6.8",
        "moment": "2.29.2",
        "randomstring": "1.2.2",
        "sockette": "2.0.6",
        "typescript-transform-paths": "2.2.3",
        "url": "0.11.0",
        "web3": "1.7.3",
        "web3-eth-contract": "1.7.1",
        "xss": "1.0.11"
    },
    "peerDependencies": {
        "avalanche": "3.15.2"
    }
}
