{ "name": "free-human-design", "version": "1.0.1", "description": "Free Human Design API & Gene Keys API — the most tested, Swiss-Ephemeris-validated pure-JS engine for bodygraphs (Type/Authority/Profile), Gene Keys hologenetic profiles and extended astrology (Ascendant/MC/houses). No native build, no ephemeris data files, no birth data leaves your machine.", "main": "src/index.js", "type": "commonjs", "bin": { "free-human-design": "bin/free-human-design.js" }, "exports": { ".": "./src/index.js", "./package.json": "./package.json" }, "files": [ "src", "bin", "README.md", "LICENSE", "NOTICE" ], "scripts": { "test": "jest", "coverage": "jest --coverage", "coverage:badge": "jest --coverage && node scripts/make-coverage-badge.js", "cli": "node bin/free-human-design.js", "prepublishOnly": "jest" }, "keywords": [ "free-human-design", "free-human-design-api", "human-design-api", "gene-keys-api", "human-design", "gene-keys", "astrology-api", "bodygraph", "hologenetic-profile", "astrology", "ephemeris", "natal-chart", "ascendant", "midheaven", "houses", "placidus", "i-ching", "hexagram", "gates", "channels", "centers", "timezone" ], "author": "Adam Blvck ", "license": "MIT", "homepage": "https://freehumandesign.blvckstudios.com/", "repository": { "type": "git", "url": "git+https://github.com/adamblvck/free-human-design.git" }, "bugs": { "url": "https://github.com/adamblvck/free-human-design/issues" }, "engines": { "node": ">=16" }, "dependencies": { "@vvo/tzdb": "^6.157.0", "astronomia": "^4.2.0", "city-timezones": "^1.3.0", "luxon": "^3.5.0" }, "devDependencies": { "jest": "^30.3.0" } }