forked from hopsoft/trix_embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"author": "Nate Hopkins (hopsoft) <[email protected]>",
"name": "trix-embed",
"version": "0.0.5",
"repository": "https://github.com/hopsoft/trix_embed",
"description": "Take control over what external links and embedded media is permitted in the Trix editor via copy/paste",
"keywords": [
"actiontext",
"stimulus",
"trix",
"trix-editor",
"wysiwyg"
],
"main": "app/assets/builds/trix-embed.js",
"files": [
"app/assets/builds/*"
],
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"@hotwired/stimulus": ">= 3.2",
"trix": ">= 2.0"
},
"devDependencies": {
"chalk": "^5.3.0",
"esbuild": "^0.19.0",
"javascript-obfuscator": "^4.0.2",
"prettier": "^3.0.0"
},
"scripts": {
"build": "bin/standardize && rake build && node bin/build.mjs",
"build:js": "node bin/build.mjs",
"build:ruby": "rake build"
}
}