-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"devDependencies": {
"@prettier/plugin-php": "^0.22.2",
"prettier": "^3.3.3"
},
"name": "craft-blocksmith",
"version": "1.2.3",
"description": "Enhances Craft's Matrix fields with block previews and a user-friendly block selection modal.",
"author": {
"name": "Christian Schindler",
"email": "[email protected]",
"url": "https://mediakreativ.de"
},
"keywords": [
"craftcms",
"craft",
"matrix",
"matrix fields",
"block previews",
"blocksmith",
"plugin",
"UX",
"modal"
],
"license": "proprietary",
"scripts": {
"format": "prettier --write .",
"check-format": "prettier --check .",
"fix-format": "prettier --write . --loglevel warn"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mediakreativ/craft-blocksmith.git"
},
"bugs": {
"url": "https://github.com/mediakreativ/craft-blocksmith/issues"
},
"homepage": "https://github.com/mediakreativ/craft-blocksmith",
"changelog": "https://raw.githubusercontent.com/mediakreativ/craft-blocksmith/master/CHANGELOG.md"
}