{
  "dependencies": {
    "@xmldom/xmldom": "^0.8.2",
    "axios": "^0.26.1",
    "csv-string": "^4.1.0"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.25",
    "jest": "^27.5.1",
    "node-fetch": "^3.2.3",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  },
  "name": "imdb-listimporter",
  "version": "0.2.7",
  "description": "Import lists from IMDb.",
  "main": "src/index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "jest",
    "prepub": "rm -rf dist && tsc && cp package.json LICENSE.txt README.md dist",
    "pub": "cd dist && npm publish"
  },
  "keywords": [
    "imdb",
    "watchlist",
    "list",
    "film",
    "movie",
    "import",
    "IMDB"
  ],
  "author": "Emre Senliyim <esenliyim@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/esenliyim/imdb-listimporter",
  "repository": {
    "type": "git",
    "url": "https://github.com/esenliyim/imdb-listimporter.git"
  },
  "type": "module"
}
