forked from commercetools/merchant-center-application-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 886 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
33
34
35
36
{
"name": "@commercetools-frontend/create-mc-app",
"version": "16.15.3",
"description": "Create Merchant Center applications to quickly get up and running",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/merchant-center-application-kit.git",
"directory": "packages/create-mc-app"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"bin": {
"create-mc-app": "./bin/create-mc-app.js"
},
"dependencies": {
"execa": "4.0.3",
"listr": "0.14.3",
"mri": "1.1.6",
"semver": "7.3.2"
},
"engines": {
"node": ">=10",
"npm": ">=5"
}
}