{
  "version": "0.1.2",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "coverage": "tsdx test --coverage",
    "lint": "tsdx lint --fix",
    "prepare": "tsdx build"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint --fix"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "youtube-video-exists",
  "keywords": [
    "youtube",
    "yt",
    "video",
    "id",
    "exists",
    "available",
    "present"
  ],
  "description": "Checks if a YouTube video exists under the given ID. No API key is required.",
  "author": "Matthias Schwarz",
  "repository": "github:matthiasschwarz/youtube-video-exists",
  "bugs": "https://github.com/matthiasschwarz/youtube-video-exists/issues",
  "module": "dist/youtube-video-exists.esm.js",
  "devDependencies": {
    "husky": "^4.2.5",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "axios": "^0.20.0"
  }
}
