forked from graycoreio/mage2docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 824 Bytes
/
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
{
"name": "mage2docker",
"version": "6.0.0-alpha.4",
"description": "A performant, replicable, and production-like Magento 2 local development environment that leverages Docker.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"private": true,
"scripts": {
"release": "standard-version --sign",
"lint": "./tools/linter/file-name.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graycoreio/mage2docker.git"
},
"keywords": [
"Magento",
"2"
],
"author": "Damien Retzinger <damien@graycore.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graycoreio/mage2docker/issues"
},
"homepage": "https://github.com/graycoreio/mage2docker#readme",
"devDependencies": {
"standard-version": "^9.3.1",
"yaml": "^2.1.1"
}
}