UNPKG

ootk-core

Version:

Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.

59 lines (58 loc) 1.78 kB
{ "name": "ootk-core", "version": "1.3.1", "type": "module", "module": "dist/main.js", "description": "Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.", "scripts": { "build": "set NODE_ENV=production&& 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-core" }, "keywords": [ "satellite", "sgp4", "sun", "moon", "orbit", "space", "toolkit" ], "author": "Theodore Kruczek <theodore.kruczek@gmail.com> (https://github.com/thkruz/ootk-core/)", "license": "MIT", "bugs": { "url": "https://github.com/thkruz/ootk-core/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.3.1", "@typescript-eslint/parser": "^7.3.1", "auto-changelog": "^2.5.0", "babel-eslint": "^10.1.0", "babel-loader": "^9.2.1", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^48.0.2", "fix-esm-import-path": "^1.10.1", "jest": "^28.1.3", "serve": "^14.2.4", "ts-jest": "^28.0.8", "ts-node": "^10.9.2", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "homepage": "https://github.com/thkruz/ootk-core" }