-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "quill-resize-image",
"version": "1.0.5",
"main": "./dist/quill-resize-image.js",
"typings": "types/main.d.ts",
"license": "MIT",
"keywords": [
"quill",
"quill-resize-image",
"quill-image-resize",
"quill-iframe-resize"
],
"devDependencies": {
"@types/ms": "^0.7.34",
"bumpp": "^9.5.1",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-less": "^1.1.3",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.4",
"ts-node": "^7.0.1",
"tslib": "^1.14.1",
"typescript": "^3.9.10"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "ts-node test/test.ts",
"prepublishOnly": "pnpm build",
"release": "bumpp"
},
"files": [
"dist",
"types/*.d.ts"
],
"homepage": "https://github.com/hunghg255/quill-resize-image",
"repository": {
"type": "git",
"url": "https://github.com/hunghg255/quill-resize-image"
},
"bugs": {
"url": "https://github.com/hunghg255/quill-resize-image/issues"
},
"packageManager": "[email protected]"
}