western-signs
Version: 
Simple interface for western astrological signs.
48 lines (47 loc) • 1.18 kB
JSON
{
  "name": "western-signs",
  "version": "1.11.1",
  "author": "Marc Mariné <shenobi@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcmarine/western-signs.git"
  },
  "devDependencies": {
    "@biomejs/biome": "2.0.6",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/bun": "latest",
    "bun-plugin-dts": "^0.3.0",
    "semantic-release": "^24.2.5",
    "typedoc": "^0.28.5",
    "upgradeps": "^2.0.8",
    "varvara-typedoc-theme": "^0.3.8"
  },
  "peerDependencies": {
    "typescript": "^5.8.3"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "bugs": "https://github.com/marcmarine/western-signs/issues/new",
  "description": "Simple interface for western astrological signs.",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/marcmarine/western-signs",
  "keywords": [
    "astrology",
    "zodiac",
    "horoscope",
    "western-signs"
  ],
  "license": "MIT",
  "scripts": {
    "build": "bun build.ts",
    "build:docs": "bunx typedoc",
    "format": "biome check --write",
    "prebuild": "bun build-symbols.ts"
  },
  "type": "module"
}