{
  "name": "crypto-janitor",
  "description": "The Crypto Janitor provides a simple interface for fetching and cleaning crypto account data.",
  "version": "1.2.1",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rileystephens28/crypto-janitor.git"
  },
  "author": "Riley Stephens",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rileystephens28/crypto-janitor/issues"
  },
  "homepage": "https://github.com/rileystephens28/crypto-janitor#readme",
  "keywords": [
    "crypto",
    "cyrptocurrency",
    "crypto-janitor",
    "crypto transactions",
    "cyrptocurrency-transactions",
    "cyrptocurrency transactions",
    "crypto account",
    "cyrptocurrency-account",
    "cyrptocurrency account",
    "easy crypto"
  ],
  "scripts": {
    "lint": "eslint --ext .js,.ts",
    "build": "tsc",
    "test": "npx jest",
    "publish": "npm publish"
  },
  "engines": {
    "node": "16"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "dependencies": {
    "@knapsack-pro/jest": "^5.2.0",
    "ccxt": "^1.47.95",
    "celsius-sdk": "^0.10.15",
    "etherscan-api": "^10.0.5",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "ts-node": "^10.2.0",
    "typescript": "^4.3.5",
    "web3": "^1.3.6"
  },
  "devDependencies": {
    "@types/chai": "^4.2.21",
    "@types/jest": "^26.0.24",
    "@types/lodash": "^4.14.171",
    "@types/papaparse": "^5.2.6",
    "@typescript-eslint/eslint-plugin": "^4.28.4",
    "@typescript-eslint/parser": "^4.28.4",
    "chai": "^4.3.4",
    "dotenv": "^10.0.0",
    "eslint": "^7.31.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-import": "^2.22.0",
    "fs": "0.0.1-security",
    "jest": "^26.6.3",
    "papaparse": "^5.3.1",
    "path": "^0.12.7",
    "ts-jest": "^26.5.6"
  }
}
