{
  "name": "@gtomato/ckeditor5-strapi-upload-plugin",
  "version": "1.0.0",
  "description": "CKEditor 5 Strapi upload adapter plugin",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ckeditor",
    "strapi"
  ],
  "author": "gary.yh.lo@gtomato.com",
  "license": "MIT",
  "peerDependencies": {
    "@ckeditor/ckeditor5-core": ">=19.0.0",
    "@ckeditor/ckeditor5-upload": ">=19.0.0"
  },
  "devDependencies": {
    "eslint": "^7.3.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "prettier": "^2.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gtomato/ckeditor5-strapi-upload-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/gtomato/ckeditor5-strapi-upload-plugin/issues"
  },
  "homepage": "https://github.com/gtomato/ckeditor5-strapi-upload-plugin#readme"
}
