UNPKG

@rickx/ckeditor5-line-height

Version:
97 lines (96 loc) 2.91 kB
{ "name": "@rickx/ckeditor5-line-height", "type": "module", "version": "47.0.0", "packageManager": "pnpm@10.24.0", "description": "LineHeight plugin for CKEditor5", "author": "rickx81", "license": "MIT", "homepage": "https://github.com/rickx81/ckeditor5-line-height", "repository": { "type": "git", "url": "https://github.com/rickx81/ckeditor5-line-height.git" }, "bugs": "https://github.com/rickx81/ckeditor5-line-height/issues", "keywords": [ "ckeditor", "ckeditor-line-height", "ckeditor5-line-height", "ckeditor5", "ckeditor 5", "ckeditor5-feature", "ckeditor5-plugin", "ckeditor5-line-height", "ckeditor5-package-generator" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./*": "./dist/*", "./browser/*": null, "./package.json": "./package.json" }, "main": "dist/index.ts", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "ckeditor5-metadata.json", "dist" ], "engines": { "node": ">=18.0.0", "npm": ">=5.7.1" }, "scripts": { "build:dist": "node ./scripts/build-dist.mjs", "ts:build": "tsc -p ./tsconfig.release.json", "ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"", "lint": "eslint .", "lint:fix": "eslint . --fix", "start": "ckeditor5-package-tools start", "test": "vitest", "test:debug": "vitest --inspect-brk --no-file-parallelism --browser.headless=false", "prepare": "husky && pnpm run build:dist", "prepublishOnly": "pnpm run ts:build && ckeditor5-package-tools export-package-as-javascript", "postpublish": "pnpm run ts:clear && ckeditor5-package-tools export-package-as-typescript", "translations:synchronize": "ckeditor5-package-tools translations:synchronize", "translations:validate": "ckeditor5-package-tools translations:synchronize --validate-only" }, "peerDependencies": { "ckeditor5": ">=47.0.0 || ^0.0.0-nightly" }, "devDependencies": { "@antfu/eslint-config": "latest", "@ckeditor/ckeditor5-core": "latest", "@ckeditor/ckeditor5-dev-build-tools": "43.1.0", "@ckeditor/ckeditor5-inspector": "^5.0.0", "@ckeditor/ckeditor5-package-tools": "^5.0.1", "@types/node": "^22.19.1", "@vitest/browser-webdriverio": "^4.0.15", "@vitest/coverage-istanbul": "^4.0.15", "chalk": "^5.6.2", "ckeditor5": "latest", "css-loader": "^7.1.2", "eslint": "^9.39.1", "husky": "^9.1.7", "lint-staged": "^15.5.2", "postcss-loader": "^8.2.0", "raw-loader": "^4.0.2", "rimraf": "^6.1.2", "style-loader": "^4.0.0", "ts-loader": "^9.5.4", "typescript": "5.0.4", "upath": "^2.0.1", "vite-plugin-svgo": "^2.0.0", "vitest": "^4.0.15", "webdriverio": "^9.21.0" }, "overrides": { "sugarss": "^5.0.1" }, "lint-staged": { "*": "eslint . --fix" } }