Files
notesnook/packages/tinymce-plugins/package.json
2021-11-04 10:00:26 +05:00

30 lines
711 B
JSON

{
"name": "@streetwritersco/tinymce-plugins",
"private": false,
"version": "1.3.7",
"description": "All the custom made or modified plugins for TinyMCE used in Notesnook & other apps maintained by Streetwriters team.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tinymce",
"plugins",
"editor"
],
"author": {
"name": "Streetwriters (Private) Ltd.",
"email": "support@streetwriters.co",
"url": "https://streetwriters.co"
},
"license": "MIT",
"peerDependencies": {
"tinymce": "^5"
},
"dependencies": {
"compressorjs": "^1.0.7",
"highlight.js": "^11.3.1",
"rangy": "^1.3.0"
}
}