@nrweb/astro-calc
Version:
Comprehensive astrological calculations using Swiss Ephemeris and astronomy-engine for positions, aspects, houses, lots, and scoring metrics
62 lines (61 loc) • 1.54 kB
JSON
{
"name": "@nrweb/astro-calc",
"version": "1.0.0",
"description": "Comprehensive astrological calculations using Swiss Ephemeris and astronomy-engine for positions, aspects, houses, lots, and scoring metrics",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist/**/*",
"types.d.ts",
"README.md"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"generate-calendar": "ts-node src/generate-retrograde-calendar.ts",
"monthly-scores": "ts-node src/monthly-scores.ts"
},
"keywords": [
"astrology",
"ephemeris",
"planetary-positions",
"swiss-ephemeris",
"aspects",
"houses",
"zodiac",
"calculator",
"astronomy",
"celestial"
],
"author": "Nathan Reed",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nathanreed/astro-calculator.git"
},
"bugs": {
"url": "https://github.com/nathanreed/astro-calculator/issues"
},
"homepage": "https://github.com/nathanreed/astro-calculator#readme",
"dependencies": {
"@nrweb/react-native-swisseph": "1.0.0",
"astronomy-engine": "^2.1.0",
"lune": "^0.4.0",
"react-native": "^0.80.0",
"suncalc": "^1.9.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/suncalc": "^1.9.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}