{ "name": "squire-rte", "version": "2.3.2", "description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.", "main": "dist/squire.mjs", "types": "dist/types/Squire.d.ts", "type": "module", "scripts": { "test": "jest", "build": "./build.js && tsc", "lint": "eslint source", "fix": "eslint --fix source && prettier --write source" }, "repository": { "type": "git", "url": "https://github.com/neilj/Squire.git" }, "keywords": [ "wysiwyg", "editor", "text", "html", "squire" ], "author": "Neil Jenkins", "license": "MIT", "bugs": { "url": "https://github.com/neilj/Squire/issues" }, "homepage": "https://github.com/neilj/Squire", "devDependencies": { "@babel/core": "^7.24.9", "@babel/preset-env": "^7.24.8", "@babel/preset-typescript": "^7.24.7", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.16.1", "babel-jest": "^29.7.0", "esbuild": "^0.23.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.3.3", "tslib": "^2.6.3", "typescript": "^5.5.3" } }