-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 925 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
{
"name": "@unchainedshop/create",
"version": "1.0.10",
"type": "module",
"private": false,
"description": "Starter kit generator to start working with unchained engine with no initial configuration",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedshop/create.git"
},
"main": "./init.js",
"bin": {
"create-unchainedshop": "./init.js"
},
"homepage": "https://unchained.shop",
"keywords": ["unchainedshop", "unchained", "headless", "e-commerce", "npm-script", "unchained-boilerplate", "starter-kit", "generator", "unchained-kitchensink"],
"dependencies": {
"async-retry": "^1.3.1",
"chalk": "2.4.2",
"cpy": "^9.0.1",
"cross-spawn": "^7.0.3",
"exec": "^0.2.1",
"extract-zip": "^2.0.1",
"github-download": "^0.5.0",
"got": "^12.5.3",
"prompts": "2.1.0",
"rimraf": "^3.0.2",
"tar": "^6.1.0"
}
}