-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 917 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
37
38
39
40
41
{
"name": "@oksydan/falcon-cli",
"version": "0.3.0",
"description": "CLI tool for falcon theme",
"author": "Igor Stępień",
"license": "GPL-3.0",
"dependencies": {
"chalk": "^4.1.2",
"clear": "^0.1.0",
"commander": "^9.4.0",
"execa": "^1.0.0",
"figlet": "^1.5.2",
"inquirer": "^8.2.4",
"ora": "^5.4.1",
"ping": "^0.4.2",
"semver": "^7.3.7",
"which": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oksydan/falcon-cli.git"
},
"main": "index.js",
"bin": {
"falcon-cli": "index.js"
},
"keywords": [
"faclon",
"faclon-cli",
"prestashop",
"prestashop-cli",
"prestashop-theme"
],
"bugs": {
"url": "https://github.com/Oksydan/falcon-cli/issues"
},
"homepage": "https://github.com/Oksydan/falcon-cli#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}