{
  "name": "@rvgpl/get-youtube-id",
  "version": "1.0.0",
  "description": "A simple function to extract id from a Youtube URL",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rvgpl/get-youtube-id.git"
  },
  "scripts": {
    "test": "jest --config jestconfig.json --watchAll",
    "format": "npx prettier --write \"src/**/*.ts\"",
    "clean": "rm -rf lib",
    "build": "npm run clean && tsc",
    "publish": "npm run build && npm publish --access public"
  },
  "keywords": [
    "youtube",
    "id"
  ],
  "author": "Ravigopal Kesari",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "jest": "^25.2.7",
    "prettier": "^1.19.1",
    "ts-jest": "^25.3.1",
    "typescript": "^3.8.3"
  }
}
