{
  "name": "spider-man",
  "version": "1.0.0",
  "description": "Get the streaming availability of Spider-Man movies",
  "main": "dist/app.js",
  "scripts": {
    "start": "tsc && node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Movie of the Night",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^20.4.5",
    "typescript": "^4.0"
  },
  "dependencies": {
    "streaming-availability": "^2.1.0"
  },
  "type": "module"
}
