{
  "name": "supreme-community-api",
  "version": "4.0.1",
  "description": "Requests latest droplist from SupremeCommunity",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "run-example": "node test.js",
    "build": "npx tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SunstroUS/supreme-community-api.git"
  },
  "author": "SunstroUS",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SunstroUS/supreme-community-api/issues"
  },
  "homepage": "https://github.com/SunstroUS/supreme-community-api#readme",
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "request": "^2.88.0",
    "request-promise": "^4.2.4"
  },
  "keywords": [
    "supreme",
    "supreme-community"
  ],
  "files": [
    "dist/**/*"
  ],
  "devDependencies": {
    "@types/cheerio": "^0.22.22",
    "@types/request-promise": "^4.1.46",
    "typescript": "^4.0.5"
  }
}
