UNPKG

armor-editor

Version:

Advanced rich text editor with premium armor-grade security, real-time collaboration, spell checking, track changes, and framework-agnostic design for React, Vue, Angular, Next.js, Nuxt.js

94 lines (93 loc) 2.34 kB
{ "name": "armor-editor", "version": "2.0.15", "description": "Advanced rich text editor with premium armor-grade security, real-time collaboration, spell checking, track changes, and framework-agnostic design for React, Vue, Angular, Next.js, Nuxt.js", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "nuxt": "./nuxt.js", "files": [ "dist", "nuxt.js", "runtime", "docs", "README.md", "LICENSE", "CHANGELOG.md", "CONTRIBUTING.md", "SECURITY.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest --config=jest.config.cjs", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build && npm run test", "release": "npm version patch && npm publish" }, "keywords": [ "rich-text", "editor", "wysiwyg", "armor-editor", "collaboration", "track-changes", "comments", "premium", "spell-check", "typescript", "react", "vue", "angular", "nextjs", "nuxt", "ssr", "vanilla-js", "ai-powered", "mobile-friendly", "framework-agnostic" ], "author": "Technicults <technicults@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/technicults/armor-editor.git" }, "bugs": { "url": "https://github.com/technicults/armor-editor/issues" }, "homepage": "https://github.com/technicults/armor-editor#readme", "engines": { "node": ">=16.0.0" }, "browserslist": [ "Chrome >= 60", "Firefox >= 55", "Safari >= 12", "Edge >= 79" ], "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "jest": "^29.7.0", "jest-dom": "^4.0.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.1.0", "rollup": "^4.0.0", "ts-jest": "^29.4.5", "tslib": "^2.6.0", "typescript": "^5.0.0" }, "peerDependencies": { "typescript": ">=4.0.0" }, "type": "module" }