2014-12-08 04:46:01 -05:00
{
2023-01-22 19:35:12 -05:00
"name" : "squire-rte" ,
2023-10-08 19:53:59 -05:00
"version" : "2.2.3" ,
2023-01-22 19:35:12 -05:00
"description" : "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible." ,
"main" : "dist/squire.mjs" ,
2023-07-30 21:47:02 -05:00
"types" : "dist/types/Squire.d.ts" ,
2023-01-22 19:35:12 -05:00
"type" : "module" ,
"scripts" : {
"test" : "jest" ,
2023-07-30 21:47:02 -05:00
"build" : "./build.js && tsc" ,
2023-01-22 19:35:12 -05:00
"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" : {
2023-09-19 20:00:36 -05:00
"@babel/core" : "^7.22.20" ,
"@babel/preset-env" : "^7.22.20" ,
"@babel/preset-typescript" : "^7.22.15" ,
2023-09-19 01:35:11 -05:00
"@types/jest" : "^29.5.5" ,
"@typescript-eslint/eslint-plugin" : "^6.7.2" ,
2023-09-19 20:00:36 -05:00
"babel-jest" : "^29.7.0" ,
2023-09-19 01:35:11 -05:00
"esbuild" : "^0.19.3" ,
2023-09-19 20:00:36 -05:00
"eslint" : "^8.49.0" ,
2023-09-19 01:35:11 -05:00
"eslint-config-prettier" : "^9.0.0" ,
"eslint-plugin-prettier" : "^5.0.0" ,
"jest" : "^29.7.0" ,
2023-09-19 20:00:36 -05:00
"jest-environment-jsdom" : "^29.7.0" ,
2023-09-19 01:35:11 -05:00
"prettier" : "^3.0.3" ,
2023-09-19 20:00:36 -05:00
"tslib" : "^2.6.2" ,
2023-09-19 01:35:11 -05:00
"typescript" : "^5.2.2"
2023-01-22 19:35:12 -05:00
}
2014-12-08 04:46:01 -05:00
}