Files
notesnook/packages/tinymce-plugins/package.json
2022-01-05 15:07:06 +05:00

35 lines
812 B
JSON

{
"name": "@streetwritersco/tinymce-plugins",
"private": false,
"version": "1.5.5",
"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"
},
"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"
}
}