UNPKG

spacetalk

Version:

Script that returns info from queryable types from SpaceX API

29 lines (28 loc) 581 B
{ "name": "spacetalk", "version": "1.0.1-0", "description": "Script that returns info from queryable types from SpaceX API", "main": "cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "spacetalk": "./cli.js" }, "man": "./man/spacetalk.1", "keywords": [ "spacex", "spacexapi", "spacex-api", "space-x-api" ], "repository": { "type": "git", "url": "https://github.com/guilsa/spacetalk.git" }, "author": "Guilherme Sa", "license": "ISC", "dependencies": { "got": "^11.8.2" } }