forked from nm90/strike-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 978 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
42
43
44
{
"name": "strike-cli",
"version": "0.1.9",
"description": "Prototype for Strike-CLI",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"strike": "./app.js"
},
"author": "Sergio Flores",
"license": "BSD-2-Clause",
"dependencies": {
"async": "^2.1.4",
"chalk": "^1.1.3",
"clear": "0.0.1",
"commander": "2.9.0",
"figlet": "^1.2.0",
"inquirer": "^1.2.2",
"jsforce": "^1.7.1",
"lodash": "^4.17.2",
"lowdb": "^0.14.0",
"preferences": "^0.2.1",
"prompt": "^1.0.0",
"rimraf": "^2.6.1"
},
"devDependencies": {
"eslint": "^3.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appiphony/strike-cli.git"
},
"keywords": [
"salesforce",
"lightning",
"appiphony"
],
"bugs": {
"url": "https://github.com/appiphony/strike-cli/issues"
},
"homepage": "https://github.com/appiphony/strike-cli#readme"
}