{
    "name": "@imtbl/imx-link-lib",
    "version": "1.1.190",
    "description": "Immutable X Link Library",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "start:dev": "nodemon",
        "build": "yarn copy-dts && ttsc --build tsconfig.json",
        "copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" dist",
        "watch": "yarn build --watch --preserveWatchOutput",
        "lint": "eslint 'src/**/*.{js,ts}' --quiet --fix",
        "lint:all": "eslint '**/*.{js,ts,json}' --quiet --fix",
        "test": "jest",
        "coverage": "jest --coverage",
        "test-watch": "jest --watchAll",
        "clean": "rm -rf dist"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/immutable/imx-link.git"
    },
    "files": [
        "dist/**/*"
    ],
    "keywords": [
        "Immutable",
        "Immutable X",
        "Link"
    ],
    "author": "Immutable",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/immutable/imx-link/issues"
    },
    "homepage": "https://github.com/immutable/imx-link#readme",
    "dependencies": {
        "@ethersproject/abstract-signer": "^5.0.0",
        "@ethersproject/bignumber": "^5.0.0",
        "@ethersproject/bytes": "^5.0.0",
        "@ethersproject/contracts": "^5.0.0",
        "@ethersproject/experimental": "^5.0.0",
        "@ethersproject/keccak256": "^5.0.0",
        "@ethersproject/signing-key": "^5.0.0",
        "@ethersproject/solidity": "^5.0.0",
        "@ethersproject/strings": "^5.0.0",
        "@ethersproject/units": "^5.0.0",
        "@imtbl/imlogging": "^1.0.37",
        "@imtbl/imx-link-crypto": "^1.0.105",
        "@imtbl/imx-link-types": "^1.1.95",
        "@metamask/detect-provider": "^1.2.0",
        "auto-bind": "^4.0.0",
        "axios": "^0.21.1",
        "elliptic": "^6.5.3",
        "fp-ts": "2.9.3",
        "fp-ts-std": "^0.5.2",
        "io-ts": "2.2.13",
        "io-ts-reporters": "^1.2.2",
        "query-string": "^6.13.6",
        "rxjs": "^6.6.3",
        "ws": "^7.3.1"
    },
    "devDependencies": {
        "@types/elliptic": "^6.4.12",
        "@types/jest": "^27.0.2",
        "@types/lodash": "^4.14.159",
        "@types/moment": "^2.13.0",
        "@types/request": "^2.48.5",
        "@types/ws": "^7.2.6",
        "@zerollup/ts-transform-paths": "^1.7.18",
        "copyfiles": "^2.4.1",
        "jest": "26.6.0",
        "nodemon": "^2.0.4",
        "prettier": "^2.0.5",
        "ts-jest": "^25.4.0",
        "ts-node": "^9.0.0",
        "tsconfig-paths": "^3.9.0",
        "tslib": "^2.0.0",
        "ttypescript": "^1.5.12"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "36dc6e114a4f90da6e8329532d871efe0b645706"
}
