UNPKG

ootk

Version:

Orbital Object Toolkit including Multiple Propagators, Initial Orbit Determination, and Maneuver Calculations.

62 lines (61 loc) 1.75 kB
{ "name": "ootk", "version": "4.0.9", "type": "module", "module": "dist/main.js", "description": "Orbital Object Toolkit including Multiple Propagators, Initial Orbit Determination, and Maneuver Calculations.", "scripts": { "build": "npm run clean && npx tsc -p tsconfig.build.json", "clean": "node ./scripts/cleanup.mjs", "lint": "npx eslint src", "lint:fix": "npx eslint src --fix", "test": "jest", "test:coverage": "jest --coverage", "version": "npm run build && auto-changelog && git add CHANGELOG.md" }, "main": "dist/main.js", "typings": "dist/main.d.ts", "repository": { "type": "git", "url": "git://github.com/thkruz/ootk" }, "keywords": [ "sgp4", "orbit", "toolkit", "space", "satellite", "radar", "iod" ], "author": "Theodore Kruczek <theodore.kruczek@gmail.com> (https://github.com/ootk/)", "license": "APGL-3.0", "bugs": { "url": "https://github.com/thkruz/ootk/issues" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/plugin-transform-runtime": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.26.0", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "auto-changelog": "^2.5.0", "babel-eslint": "^10.1.0", "babel-jest": "^29.7.0", "babel-loader": "^9.2.1", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^48.11.0", "fix-esm-import-path": "^1.10.1", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "dependencies": { "ootk-core": "^1.3.1" }, "homepage": "https://github.com/thkruz/ootk" }