{
    "name": "ryze-lib",
    "version": "2.0.74",
    "description": "",
    "main": "dist/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "lint": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
        "deploy": "tsc && npm version patch && npm publish",
        "deploy:generate": "npm run generate:types && tsc && npm version patch && npm publish",
        "generate:types": "typechain --target ethers-v5 --out-dir types 'assets/abi/*.json'"
    },
    "author": "Ryze",
    "license": "UNLICENSED",
    "dependencies": {
        "@metamask/detect-provider": "^2.0.0",
        "axios": "^0.27.2",
        "bignumber.js": "^9.0.2",
        "ethers": "^5.6.9",
        "luxon": "^2.4.0"
    },
    "devDependencies": {
        "@babel/types": "^7.20.2",
        "@typechain/ethers-v5": "^10.1.0",
        "@types/luxon": "^2.4.0",
        "@types/node": "^18.6.1",
        "@typescript-eslint/eslint-plugin": "^5.42.1",
        "@typescript-eslint/parser": "^5.42.1",
        "@typescript-eslint/types": "^5.42.1",
        "eslint": "^8.16.0",
        "typechain": "^8.1.0",
        "vuex": "^3.6.2"
    }
}
