{
  "name": "steamworkshopdownloader",
  "version": "3.1.4",
  "description": "Download your Mods, Workshop items with SteamWorkshopDownloader on NodeJS. Currently using steamworkshopdownloader.io backend.",
  "main": "./dist/api/index.js",
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "nodemon example/index.ts",
    "test": "uvu -r tsm test"
  },
  "bin": {
    "steamwd": "./bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ErenKrt/SteamWorkshopDownloader.js.git"
  },
  "keywords": [
    "steam",
    "steam workshop",
    "steam workshop downloader"
  ],
  "author": {
    "name": "erenkrt",
    "email": "kurteren07@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ErenKrt/SteamWorkshopDownloader.js/issues"
  },
  "homepage": "https://github.com/ErenKrt/SteamWorkshopDownloader.js#readme",
  "devDependencies": {
    "@types/node": "^17.0.21",
    "nodemon": "^2.0.15",
    "tsm": "^2.2.1",
    "typescript": "^4.6.2",
    "uvu": "^0.5.3"
  },
  "dependencies": {
    "adm-zip": "^0.5.9",
    "axios": "^0.26.1",
    "chalk": "^4.0.0",
    "cli-progress": "^3.10.0",
    "commander": "^9.1.0",
    "lodash": "^4.17.21",
    "nodejs-file-downloader": "^4.9.3"
  }
}
