{
  "name": "@ckeditor/ckeditor5-utils",
  "version": "36.0.1",
  "description": "Miscellaneous utilities used by CKEditor 5.",
  "keywords": [
    "ckeditor",
    "ckeditor5",
    "ckeditor 5",
    "ckeditor5-lib",
    "ckeditor5-dll"
  ],
  "main": "src/index.js",
  "dependencies": {
    "lodash-es": "^4.17.15"
  },
  "devDependencies": {
    "@ckeditor/ckeditor5-build-classic": "^36.0.1",
    "@ckeditor/ckeditor5-editor-classic": "^36.0.1",
    "@ckeditor/ckeditor5-core": "^36.0.1",
    "@ckeditor/ckeditor5-engine": "^36.0.1",
    "@types/lodash-es": "^4.17.6",
    "typescript": "^4.8.4"
  },
  "depcheckIgnore": [
    "typescript"
  ],
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=5.7.1"
  },
  "author": "CKSource (http://cksource.com/)",
  "license": "GPL-2.0-or-later",
  "homepage": "https://ckeditor.com/ckeditor-5",
  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ckeditor/ckeditor5.git",
    "directory": "packages/ckeditor5-utils"
  },
  "files": [
    "lang",
    "src/**/*.js",
    "src/**/*.d.ts",
    "theme",
    "ckeditor5-metadata.json",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc -p ./tsconfig.release.json",
    "postversion": "npm run build"
  }
}
