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