{
  "name": "better-video-embeds",
  "version": "1.0.1",
  "main": "dist/index.js",
  "module": "dist/better-video-embeds.esm.js",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tylerzey/better-video-embeds.git"
  },
  "keywords": [
    "video",
    "youtube",
    "embed",
    "parser",
    "daily motion",
    "wistia"
  ],
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "husky": "^3.0.5",
    "tsdx": "^0.9.1",
    "tslib": "^1.10.0",
    "typescript": "^3.6.2"
  }
}
