Files
notesnook/packages/tinymce-plugins/package.json
2022-05-17 09:04:11 +05:00

36 lines
842 B
JSON

{
"name": "@streetwriters/tinymce-plugins",
"private": false,
"version": "1.5.18",
"description": "All the custom made or modified plugins for TinyMCE used in Notesnook & other apps maintained by Streetwriters team.",
"main": "index.js",
"scripts": {
"test": "node scripts/testHarness.js",
"build": "echo \"Noop.\""
},
"keywords": [
"tinymce",
"plugins",
"editor"
],
"author": {
"name": "Streetwriters (Private) Ltd.",
"email": "support@streetwriters.co",
"url": "https://streetwriters.co"
},
"license": "MIT",
"peerDependencies": {
"tinymce": "^5"
},
"devDependencies": {
"@playwright/test": "^1.17.1",
"@types/node": "^16.11.6",
"serve": "^12.0.1"
},
"dependencies": {
"compressorjs": "^1.0.7",
"highlight.js": "^11.3.1",
"rangy": "^1.3.0"
}
}