mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-12 17:38:19 -05:00
49 lines
1018 B
JSON
49 lines
1018 B
JSON
{
|
|
"name": "astronomy-engine",
|
|
"version": "2.1.17",
|
|
"description": "Astronomy calculation for Sun, Moon, and planets.",
|
|
"author": "Donald Cross",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/cosinekitty/astronomy#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cosinekitty/astronomy"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cosinekitty/astronomy/issues"
|
|
},
|
|
"keywords": [
|
|
"astronomy",
|
|
"ephemeris",
|
|
"planet",
|
|
"sun",
|
|
"moon",
|
|
"solar",
|
|
"system",
|
|
"sunrise",
|
|
"sunset",
|
|
"equinox",
|
|
"solstice",
|
|
"constellation",
|
|
"orbit"
|
|
],
|
|
"files": [
|
|
"esm/astronomy.js",
|
|
"astronomy.d.ts",
|
|
"astronomy.js",
|
|
"astronomy.min.js",
|
|
"astronomy.browser.js",
|
|
"astronomy.browser.min.js"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"require": "./astronomy.js",
|
|
"import": "./esm/astronomy.js"
|
|
}
|
|
},
|
|
"main": "./astronomy.js",
|
|
"module": "./esm/astronomy.js",
|
|
"types": "./astronomy.d.ts",
|
|
"sideEffects": false
|
|
}
|