{
  "name": "terabox-api",
  "name_ext": "TeraBox API",
  "version": "2.9.2",
  "main": "api.js",
  "type": "module",
  "keywords": [
    "terabox"
  ],
  "author": "Seiya Dev.",
  "license": "MIT",
  "description": "NodeJS tool for interacting with the TeraBox cloud service without the need to use the website or app ☁️",
  "homepage": "https://github.com/seiya-npm/terabox-api#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seiya-npm/terabox-api.git"
  },
  "bugs": {
    "url": "https://github.com/seiya-npm/terabox-api/issues"
  },
  "dependencies": {
    "crc-32": "^1.2.2",
    "filesize": "^11.0.16",
    "tough-cookie": "^6.0.1",
    "undici": "^8.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "docdash": "^2.0.2",
    "eslint": "^10.2.1",
    "globals": "^17.5.0",
    "jsdoc": "^4.0.5"
  },
  "scripts": {
    "html": "python docs/apidoc.py",
    "lint": "eslint . --config .eslint.config.js"
  }
}