{
  "name": "sanity-plugin-goth-vimeo-input",
  "description": "A Sanity Plugin for Inputting Vimeo Videos by their URL and Pre-Loading oEmbed Data.",
  "version": "1.0.4",
  "authors": [
    "(bradley <bradley.j.griffith@gmail.com>)"
  ],
  "license": "MIT",
  "main": "package.json",
  "keywords": [
    "sanity",
    "sanity-plugin",
    "vimeo",
    "oEmbed"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:bradley/sanity-plugin-vimeo-input.git"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:dist",
    "build:clean": "rm -rf dist/",
    "build:dist": "npx babel --config-file ./babel.config.js lib/ --out-dir dist --copy-files"
  },
  "dependencies": {
    "axios": "^1.3.4",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "@sanity/base": "^2.0.1",
    "@sanity/components": "^2.0.1",
    "@sanity/core": "^2.0.1",
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.0",
    "@babel/node": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-transform-imports": "^2.0.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1"
  }
}
