western-signs
Version:
Simple interface for western astrological signs.
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "western-signs",
"version": "1.6.0",
"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",
"iso-639-1": "^3.1.5",
"semantic-release": "^24.2.5",
"typedoc": "^0.28.5",
"upgradeps": "^2.0.8",
"varvara-typedoc-theme": "^0.3.6"
},
"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"
},
"type": "module"
}