{
    "name": "@epsproxy/epsjs",
    "version": "1.18.0",
    "description": "",
    "main": "build/main/index.js",
    "types": "build/main/index.d.ts",
    "module": "build/main/index.js",
    "scripts": {
        "build": "tsc -p tsconfig.json",
        "watch:build": "tsc -p tsconfig.json -w",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "files": [
        "build/main",
        "build/module",
        "!**/*.spec.*",
        "!**/*.json",
        "CHANGELOG.md",
        "LICENSE",
        "README.md"
    ],
    "author": "",
    "license": "ISC",
    "dependencies": {
        "ethers": "^5.6.4",
        "react": "^17.0.2",
        "web3": "^1.6.1"
    },
    "devDependencies": {
        "@types/react": "^17.0.38",
        "@types/web3": "^1.2.2",
        "axios": "^0.25.0",
        "npm-run-all": "^4.1.5",
        "typescript": "^4.5.4"
    },
    "publishConfig": {}
}
