mirror of
https://github.com/peter-tanner/spacex-cli.git
synced 2024-11-30 11:00:15 +08:00
27 lines
505 B
JSON
27 lines
505 B
JSON
{
|
|
"name": "spacex-cli",
|
|
"version": "1.0.2",
|
|
"description": "SpaceX upcoming launch tracker",
|
|
"main": "spacex-cli.js",
|
|
"scripts": {
|
|
"test": "node spacex-cli"
|
|
},
|
|
"bin": {
|
|
"spacex-cli": "spacex-cli.js"
|
|
},
|
|
"keywords": [
|
|
"spacex",
|
|
"cli"
|
|
],
|
|
"author": "npc_strider",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"cli-color": "^2.0.0",
|
|
"diff": "^5.0.0",
|
|
"mri": "^1.1.6",
|
|
"neo-blessed": "^0.2.0",
|
|
"node-fetch": "^2.6.1",
|
|
"node-notifier": "^9.0.0"
|
|
}
|
|
}
|