UNPKG

@rickx/ckeditor5-line-height

Version:
87 lines (86 loc) 2.65 kB
{ "name": "@rickx/ckeditor5-line-height", "type": "module", "version": "45.0.0-rc.1", "packageManager": "pnpm@10.8.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 && npm run build:dist", "prepublishOnly": "npm run ts:build && ckeditor5-package-tools export-package-as-javascript", "postpublish": "npm 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": ">=42.0.0 || ^0.0.0-nightly" }, "devDependencies": { "@antfu/eslint-config": "^4.12.0", "@ckeditor/ckeditor5-dev-build-tools": "^43.0.1", "@ckeditor/ckeditor5-inspector": "^4.1.0", "@ckeditor/ckeditor5-package-tools": "^3.0.1", "@types/node": "^20.17.30", "@vitest/browser": "^2.1.9", "@vitest/coverage-istanbul": "^2.1.9", "chalk": "^5.4.1", "ckeditor5": "latest", "eslint": "^9.24.0", "husky": "^9.1.7", "lint-staged": "^15.5.1", "rimraf": "^6.0.1", "typescript": "5.0.4", "vite-plugin-svgo": "~1.6.2", "vitest": "^2.1.9", "webdriverio": "^9.12.5" }, "lint-staged": { "*": "eslint --fix" } }