-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "air-blocks-build-tool",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/digitoimistodude/air-blocks-buildtool.git"
},
"main": "src/index.js",
"dependencies": {
"@raikasta/html-to-react": "^1.7.0",
"@wordpress/block-editor": "^12.15.0",
"@wordpress/i18n": "^4.47.0",
"bun-types": "^1.0.15",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"comment-parser": "^1.4.1",
"deepmerge": "^4.3.1",
"global": "^4.4.0",
"node-html-parser": "^6.1.11",
"php-parser": "^3.1.5",
"react": "^18.2.0"
},
"bin": {
"airblocks": "./bin/airblocks.mjs"
},
"bugs": {
"url": "https://github.com/digitoimistodude/air-blocks-buildtool/issues"
},
"description": "Air Blocks Build Tool is a modern Gutenberg block build tool (prototype)",
"homepage": "https://github.com/digitoimistodude/air-blocks-buildtool#readme",
"keywords": [
"wordpress",
"gutenberg",
"wp-block"
],
"license": "GPL-2.0-or-later",
"scripts": {
"test": "node ."
},
"type": "module"
}