-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 892 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 892 Bytes
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
{
"name": "magento2-storyblok-integration",
"description": "Magento 2 extension to integrate Storyblok visual editor",
"private": true,
"version": "1.1.1",
"scripts": {
"format": "prettier --ignore-unknown --write './**/*.{php,js}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Media-Lounge/magento2-storyblok-integration.git"
},
"keywords": [
"magento2",
"magento2-module",
"magento2-extension",
"storyblok"
],
"author": "Javier Villanueva <javier@medialounge.co.uk>",
"bugs": {
"url": "https://github.com/Media-Lounge/magento2-storyblok-integration/issues"
},
"homepage": "https://github.com/Media-Lounge/magento2-storyblok-integration#readme",
"devDependencies": {
"@prettier/plugin-php": "^0.16.1",
"prettier": "^2.2.1"
}
}