-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
47
{
"dependencies": {
"@types/cheerio": "^0.22.35",
"@types/image-to-base64": "^2.1.2",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"cheerio": "^1.0.0",
"fetch-page-assets": "^1.1.8",
"fs": "^0.0.1-security",
"html-screenshots": "^1.1.9",
"image-to-base64": "^2.2.0",
"node-html-to-jsx": "^1.2.7",
"path": "^0.12.7"
},
"type": "module",
"types": "index.ts",
"name": "html-to-gutenberg",
"version": "2.3.3",
"description": "Convert HTML strings to editable WP Gutenberg blocks in seconds instead of hours.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DiogoAngelim/html-to-gutenberg.git"
},
"keywords": [
"frontend",
"gutenberg",
"html",
"wordpress",
"wp",
"jsx",
"converter"
],
"author": "Diogo Angelim",
"license": "MIT",
"funding": "https://www.paypal.com/donate/?hosted_button_id=XA5LN4XR39PMQ",
"bugs": {
"url": "https://github.com/DiogoAngelim/html-to-gutenberg/issues"
},
"homepage": "https://diogoangelim.github.io/html-to-gutenberg/"
}