{
    "name": "@polymarket/fpmm-factory-sdk",
    "description": "Lightweight SDK around the Polymarket FPMM Factory",
    "version": "0.0.2",
    "contributors": [
        {
            "name": "Jonathan Amenechi",
            "url": "https://github.com/JonathanAmenechi"
        }
    ],
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "devDependencies": {
        "@commitlint/cli": "^9.1.2",
        "@commitlint/config-conventional": "^9.1.2",
        "@ethersproject/abstract-signer": "^5.0.6",
        "@ethersproject/bignumber": "^5.0.8",
        "@ethersproject/abstract-provider": "^5.4.0",
        "@ethersproject/contracts": "^5.4.0",
        "@ethersproject/hash": "5.4.0",
        "@ethersproject/providers": "5.4.2",
        "@ethersproject/random": "^5.4.0",
        "@ethersproject/transactions": "^5.4.0",
        "@polymarket/uma-ctf-adapter-sdk": "^0.0.8",
        "@polymarket/uma-binary-adapter-sdk": "^1.2.4",
        "commitizen": "^4.2.1",
        "cz-conventional-changelog": "^3.3.0",
        "dotenv": "^8.2.0",
        "eslint": "^7.11.0",
        "eslint-config-airbnb-base-typescript-prettier": "^4.1.0",
        "eslint-config-prettier": "^6.12.0",
        "eslint-plugin-import": "^2.22.1",
        "ethers": "^5.4.5",
        "husky": "^4.3.0",
        "mocha": "^8.1.3",
        "prettier": "^2.1.2",
        "shelljs": "^0.8.4",
        "ts-generator": "^0.1.1",
        "ts-node": "^9.1.1",
        "typechain": "^4.0.2",
        "typescript": "^3.9.7"
    },
    "files": [
        "/dist"
    ],
    "keywords": [
        "blockchain",
        "smart-contracts"
    ],
    "license": "MIT",
    "scripts": {
        "build": "tsc",
        "deploy": "yarn build && npm publish",
        "lint": "eslint --config ./.eslintrc.js --ignore-path ./.eslintignore src"
    }
}