{
  "_args": [
    [
      "@ckeditor/vite-plugin-ckeditor5@0.1.3",
      "/var/www/laravelapp"
    ]
  ],
  "_from": "@ckeditor/vite-plugin-ckeditor5@0.1.3",
  "_id": "@ckeditor/vite-plugin-ckeditor5@0.1.3",
  "_inBundle": false,
  "_integrity": "sha512-TmwzXipkz+QCXgyxTQUlml2aMIdFFnq0YdKxb7wu6pLlmpfIOsuB4QtiRaMPp7jhsvSqtyTuBeurjAxpVQAUYw==",
  "_location": "/@ckeditor/vite-plugin-ckeditor5",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ckeditor/vite-plugin-ckeditor5@0.1.3",
    "name": "@ckeditor/vite-plugin-ckeditor5",
    "escapedName": "@ckeditor%2fvite-plugin-ckeditor5",
    "scope": "@ckeditor",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@ckeditor/vite-plugin-ckeditor5/-/vite-plugin-ckeditor5-0.1.3.tgz",
  "_spec": "0.1.3",
  "_where": "/var/www/laravelapp",
  "author": {
    "name": "CKSource",
    "url": "http://cksource.com/"
  },
  "bugs": {
    "url": "https://github.com/ckeditor/vite-plugin-ckeditor5/issues"
  },
  "dependencies": {
    "postcss": "^8.4.12",
    "postcss-import": "^14.1.0",
    "postcss-mixins": "^9.0.2",
    "postcss-nesting": "^10.1.4"
  },
  "description": "CKEditor 5 Vite plugin ======================",
  "devDependencies": {
    "@ckeditor/ckeditor5-dev-bump-year": "^37.0.0",
    "@ckeditor/ckeditor5-dev-release-tools": "^37.0.0",
    "@types/node": "^18.11.17",
    "@types/postcss-import": "^14.0.0",
    "@types/postcss-mixins": "^9.0.0",
    "eslint": "^7.19.0",
    "eslint-config-ckeditor5": "^4.1.1",
    "husky": "^8.0.2",
    "lint-staged": "^12.0.0",
    "nodemon": "^2.0.20",
    "unbuild": "^1.0.2",
    "vite": "^4.0.0"
  },
  "engines": {
    "node": "^14.18.0 || >= 16"
  },
  "eslintIgnore": [
    "dist/**",
    "playground/**/dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "scripts/postinstall.cjs",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/ckeditor/vite-plugin-ckeditor5",
  "license": "GPL-2.0-or-later",
  "lint-staged": {
    "**/*.{js,ts}": [
      "eslint --quiet"
    ]
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "@ckeditor/vite-plugin-ckeditor5",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ckeditor/vite-plugin-ckeditor5.git"
  },
  "scripts": {
    "build": "unbuild",
    "changelog": "node ./scripts/changelog.cjs",
    "dev": "nodemon --exec 'yarn build' -e js,ts --ignore dist",
    "lint": "eslint --quiet \"**/*.@(cjs|js|ts)\"",
    "postinstall": "node ./scripts/postinstall.cjs",
    "preversion": "yarn run build",
    "release:bump-version": "node ./scripts/bump-version.cjs",
    "release:publish": "node ./scripts/publish.cjs"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.1.3"
}
