UNPKG

western-signs

Version:

Simple interface for western astrological signs.

49 lines (48 loc) 1.31 kB
{ "name": "western-signs", "version": "1.12.2", "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", "dts-bundle-generator": "^9.5.1", "semantic-release": "^25.0.3", "typedoc": "^0.28.18", "varvara-typedoc-theme": "^0.3.9" }, "peerDependencies": { "typescript": "^5.8.3" }, "exports": { ".": "./dist/index.js" }, "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", "signs" ], "license": "MIT", "scripts": { "build": "bun run build:types && bun build.ts", "build:types": "dts-bundle-generator --out-file dist/index.d.ts src/index.ts --project tsconfig.build.json", "build:docs": "bunx typedoc", "format": "biome check --write", "prebuild": "bun build-symbols.ts" }, "type": "module", "types": "./dist/index.d.ts" }