{
  "name": "coinmarketcap-js",
  "version": "1.7.0",
  "description": "Javascript SDK for CoinMarketCap",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc"
  },
  "author": "Luis R.",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/rodgeTech/coinmarketcap-js",
    "type": "git"
  },
  "homepage": "https://github.com/rodgeTech/coinmarketcap-js",
  "bugs": "https://github.com/rodgeTech/coinmarketcap-js",
  "keywords": [
    "api",
    "sdk",
    "coinmarketcap",
    "cryptocurrency"
  ],
  "dependencies": {
    "axios": "^0.27.2",
    "humps": "^2.0.1",
    "query-string": "^7.1.1",
    "typescript": "^4.7.4"
  },
  "devDependencies": {
    "@types/humps": "^2.0.2"
  }
}
