@tubular/astronomy
Version:
Astronomical calculations for planetary positions, moon phases, eclipses, rise, transit, and set times, and more.
84 lines (83 loc) • 2.44 kB
JSON
{
"name": "@tubular/astronomy",
"version": "3.5.3",
"description": "Astronomical calculations for planetary positions, moon phases, eclipses, rise, transit, and set times, and more.",
"main": "dist/cjs/index.js",
"module": "dist/fesm2015/index.js",
"esm2015": "dist/index.js",
"fesm2015": "dist/fesm2015/index.js",
"typings": "dist/index",
"sideEffects": false,
"exports": {
"import": "./dist/fesm2015/index.js",
"require": "./dist/cjs/index.js",
"script": "./dist/umd/index.js",
"default": "./dist/cjs/index.js"
},
"engines": {
"node": ">=10.24.1"
},
"scripts": {
"build": "rimraf dist/ && tsc && rollup -c -m && webpack && npm run resources",
"prepack": "npm run build",
"lint": "eslint 'src/**/*.ts' '**/*.cjs'",
"test": "nyc --reporter=html mocha --require ts-node/register src/**/*.spec.ts",
"resources": "cp -R src/resources/ dist/resources/"
},
"keywords": [
"asteroids",
"astronomy",
"calendar",
"comets",
"eclipses",
"equinox",
"grs",
"moon",
"planets",
"solar",
"solstice",
"stars",
"sunrise",
"sunset"
],
"author": "Kerry Shetline <kerry@shetline.com>",
"license": "MIT",
"dependencies": {
"@tubular/array-buffer-reader": "^3.0.2",
"@tubular/math": "^3.3.1",
"@tubular/time": "^3.9.5",
"@tubular/util": "^4.16.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"babel-loader": "^8.2.5",
"chai": "^4.3.6",
"eslint": "^8.25.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"terser-webpack-plugin": "^5.3.11",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"webpack": "^5.97.1",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
},
"repository": "github:kshetline/tubular_astronomy"
}