{
  "name": "datocms-plugin-model-deployment-links",
  "version": "1.2.2",
  "homepage": "https://github.com/voorhoede/datocms-plugin-model-deployment-links",
  "description": "Sidebar widget with links to deployments (build triggers) per model with configurable url path (e.g. `/{locale}/blog/{slug}`)",
  "main": "index.js",
  "scripts": {
    "dev": "NODE_ENV=development webpack-dev-server --port 5000",
    "build": "NODE_ENV=production webpack --progress",
    "addToProject": "yo datocms-plugin:add-to-project",
    "prepublishOnly": "rimraf lib dist && mkdir dist && npm run build",
    "lint": "eslint \"./src/*.{js,jsx}\"",
    "test": "echo 1"
  },
  "keywords": [
    "datocms",
    "datocms-plugin",
    "sidebar",
    "json-field",
    "preview links",
    "deployment links",
    "content links",
    "model URLs"
  ],
  "files": [
    "dist",
    "docs"
  ],
  "author": "De Voorhoede (https://www.voorhoede.nl/)",
  "license": "MIT",
  "datoCmsPlugin": {
    "title": "Model Deployment Links",
    "previewImage": "docs/preview.jpg",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html",
    "pluginType": "sidebar",
    "fieldTypes": [
      "json"
    ],
    "parameters": {
      "global": [
        {
          "id": "datoApiToken",
          "label": "DatoCMS API Token",
          "type": "string",
          "required": true,
          "default": false,
          "hint": "Enter your DatoCMS API full-access token used to fetch this deployment environments (build triggers)."
        }
      ],
      "instance": [
        {
          "id": "urlPattern",
          "label": "URL pattern",
          "type": "string",
          "required": true,
          "default": "/{ locale }/articles/{ slug }",
          "hint": "Enter the URL pattern for this model. You can add model field values using { fieldKey }. The item ID and item model API key are available using { id } and { modelApiKey }. The current locale is available using { locale }."
        }
      ]
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.54",
    "@babel/core": "^7.0.0-beta.54",
    "@babel/preset-env": "^7.0.0-beta.54",
    "@babel/register": "^7.0.0-beta.54",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^8.0.0-beta",
    "css-loader": "^1.0.0",
    "eslint": "^5.3.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "generator-datocms-plugin": "^1.0.24",
    "html-webpack-inline-source-plugin": "^0.0.10",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.4.3",
    "node-sass": "^4.9.3",
    "sass-loader": "^7.1.0",
    "serve": "^10.0.2",
    "style-loader": "^0.23.0",
    "webpack": "^4.16.1",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.10",
    "yo": "^3.1.1"
  },
  "dependencies": {
    "html-webpack-tags-plugin": "^2.0.17"
  }
}
