{
  "name": "yts-api-node",
  "version": "1.1.3",
  "description": "A promised based node module to interact with the yts.mx api",
  "homepage": "https://github.com/codeit-ninja/yts-api-node.git",
  "keywords": [
    "yify",
    "yts.mx",
    "torrent",
    "api",
    "yts"
  ],
  "private": false,
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "scripts": {
    "dev": "ts-node-dev --respawn --transpile-only --watch src src/test.ts",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "install": "npm run build"
  },
  "devDependencies": {
    "@types/node": "^17.0.23",
    "ts-node-dev": "^1.1.8",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "cross-fetch": "^3.1.5"
  }
}
