@jlbubbles0920_yt/spacex-api
Version:
A JavaScript / TypeScript wrapper for fetching data from SpaceX api
30 lines (29 loc) • 747 B
JSON
{
"name": "@jlbubbles0920_yt/spacex-api",
"version": "1.0.3",
"description": "A JavaScript / TypeScript wrapper for fetching data from SpaceX api",
"main": "dist/index.js",
"types" : "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"typescript": "^3.5.3"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoseMoranUrena523/spacex-api.git"
},
"keywords": [
"spacex",
"api"
],
"author": "TBProjects",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoseMoranUrena523/spacex-api/issues"
},
"homepage": "https://github.com/JoseMoranUrena523/spacex-api#readme"
}