rocketdata
Version:
**Rocketdata** is a modern, lightweight Node.js wrapper for [NASA's public APIs](). Easily fetch data from the Astronomy Picture of the Day (APOD), Mars Rover imagery, and more — all with clean, promise-based functions.
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "rocketdata",
"version": "2.3.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"keywords": [
"nasa",
"api",
"mars",
"apod",
"space",
"node-wrapper"
],
"repository": "https://github.com/missmilo/rocketdata.git",
"author": "Maddie <tmaddy53@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^1.9.0"
},
"scripts": {
"build": "tsc",
"test": "jest",
"build:doc": "jsdoc2md --plugin dmd-clear --files ./src/*.ts --configure ./jsdoc2md.json > ./API.md"
},
"devDependencies": {
"@babel/cli": "^7.27.1",
"@babel/core": "^7.27.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.5.14",
"dmd-bitbucket": "^0.1.11",
"dmd-clear": "^0.1.2",
"jest": "^29.7.0",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^9.1.1",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"tslib": "2.5.0",
"typescript": "^5.8.3"
},
"type": "commonjs"
}