{
    "name": "enft-xameyz",
    "version": "1.0.4",
    "description": "An ethereum NFT events monitoring sdk.",
    "main": "dist/index.js",
    "types": "dist/types/index.d.ts",
    "type": "module",
    "scripts": {
        "clean": "rimraf dist",
        "build": "npm run clean && npx tsc",
        "format": "prettier --write '**/*.{js,ts,yml,json}'",
        "lint": "eslint '**/*.{js,ts}' --ext .ts",
        "fix": "npm run format && npm run lint",
        "test:unit": "npx mocha test/unit/*",
        "test:integration": "npx mocha test/integration/*",
        "test": "npm run lint && npm run check-types && npm run test:unit && npm run test:integration",
        "update": "git pull && npm i",
        "commit": "npx cz",
        "semantic-release": "semantic-release",
        "check-types": "tsc --noEmit --pretty"
    },
    "keywords": [
        "ethereum",
        "ENFT",
        "sales",
        "NFT",
        "events",
        "monitoring",
        "sdk"
    ],
    "files": [
        "dist"
    ],
    "bugs": {
        "url": "https://github.com/kenryu42/ethereum-nft-sales-bot/issues"
    },
    "homepage": "https://github.com/kenryu42/ethereum-nft-sales-bot#readme",
    "engines": {
        "node": ">=16.0.0",
        "npm": ">=8.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/kenryu42/ethereum-nft-sales-bot.git"
    },
    "author": "Kenryu (@kenryu42)",
    "license": "MIT",
    "dependencies": {
        "async-retry": "^1.3.3",
        "axios": "^1.3.3",
        "ethers": "^6.0.4",
        "form-data": "^4.0.0",
        "gifenc": "^1.0.3",
        "joi": "^17.7.1",
        "sharp": "^0.31.3",
        "twitter-api-v2": "^1.14.1"
    },
    "devDependencies": {
        "@commitlint/cli": "^17.4.3",
        "@commitlint/config-conventional": "^17.4.3",
        "@commitlint/cz-commitlint": "^17.4.2",
        "@semantic-release/changelog": "^6.0.2",
        "@semantic-release/git": "^10.0.1",
        "@types/async-retry": "^1.4.4",
        "@types/chai": "^4.3.1",
        "@types/expect": "^24.3.0",
        "@types/mocha": "^10.0.0",
        "@types/node": "^18.6.1",
        "@types/sharp": "^0.31.1",
        "@typescript-eslint/eslint-plugin": "^5.31.0",
        "@typescript-eslint/parser": "^5.31.0",
        "chai": "^4.3.6",
        "commitizen": "^4.3.0",
        "cz-conventional-changelog": "^3.3.0",
        "dotenv": "^16.0.3",
        "eslint": "^8.18.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-prettier": "^4.0.0",
        "husky": "^8.0.3",
        "inquirer": "^8.2.5",
        "lint-staged": "^13.1.2",
        "mocha": "^10.0.0",
        "prettier": "^2.7.1",
        "rimraf": "^4.1.2",
        "semantic-release": "^20.1.0",
        "ts-mocha": "^10.0.0",
        "ts-node": "^10.9.1",
        "typedoc": "^0.23.25",
        "typedoc-plugin-markdown": "^3.14.0",
        "typescript": "^4.9.5"
    },
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    }
}
