mirror of
https://github.com/status-im/status-dev-cli.git
synced 2025-02-22 08:38:29 +00:00
18 lines
337 B
JSON
18 lines
337 B
JSON
{
|
|
"name": "status-dev-cli",
|
|
"version": "3.0.1",
|
|
"description": "CLI for Status",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"status-dev-cli": "./cli.js"
|
|
},
|
|
"author": "Status.im",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"commander": "^2.9.0",
|
|
"fb-watchman": "^2.0.0",
|
|
"request": "^2.79.0"
|
|
}
|
|
}
|