@hebcal/solar-calc
Version:
A sunrise/sunset/moonrise/moonset calculator - fork
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "@hebcal/solar-calc",
"version": "1.1.2",
"description": "A sunrise/sunset/moonrise/moonset calculator - fork",
"main": "lib/solarCalc.js",
"module": "src/solarCalc.js",
"files": [
"lib",
"src",
"types"
],
"types": "types/solarCalc.d.ts",
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
"test": "npm run build && mocha",
"lint": "eslint src",
"clean": "rm -rf lib"
},
"repository": {
"type": "git",
"url": "https://github.com/hebcal/solar-calc.git"
},
"keywords": [
"sunrise",
"sunset",
"solar",
"solunar",
"time",
"calc"
],
"author": "Jon Hester",
"license": "MIT",
"bugs": {
"url": "https://github.com/hebcal/solar-calc/issues"
},
"homepage": "https://github.com/hebcal/solar-calc",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"eslint": "^8.11.0",
"mocha": "^9.2.2"
}
}