{
  "name": "astronomy-js",
  "version": "1.0.0",
  "description": "A lightweight javascript library for astronomical calculations.",
  "main": "index.js",
  "files": [
    "/dist",
    "/lib",
    "/demo",
    "README.md",
    "LICENSE",
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "build": "vite build",
    "test": "vitest --run",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepare-docs": "npm run build && rm -rf docs && mkdir docs && mkdir docs/dist && cp -r dist/* docs/dist/ && cp README.md docs/readme.md && cp -r demo docs/ && cp -r images docs/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexandreribeiro/astronomy-js.git"
  },
  "type": "module",
  "keywords": [
    "astronomy",
    "javascript",
    "universe",
    "sun",
    "moon",
    "earth",
    "jupiter",
    "saturn",
    "mars"
  ],
  "author": "Alexandre Ribeiro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexandreribeiro/astronomy-js/issues"
  },
  "homepage": "https://alexandreribeiro.github.io/astronomy-js",
  "devDependencies": {
    "eslint": "^9.20.1",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "prettier": "^3.5.0",
    "prettier-eslint": "^16.3.0",
    "vite": "^8.0.8",
    "vite-plugin-banner": "^0.8.1",
    "vitest": "^3.0.6"
  }
}
