{
  "name": "itunes-web-api",
  "version": "2.1.1",
  "description": "iTunes Web API Scrapper. Get iTunes track/trackvideo/artist/album/movie/app/book/voicebook/podcast infos with their names.",
  "main": "dist/index.js",
  "keywords": [
    "itunes",
    "itunes-api",
    "fetch-itunesapi",
    "apple",
    "apple-api",
    "itunes-web"
  ],
  "author": "shynox",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BilalTaner/itunes-web-api.git"
  },
  "dependencies": {
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.5.12",
    "typescript": "^4.4.2"
  }
}
