UNPKG

tarotap

Version:

Complete 78-card Tarot deck library with 17-language support (EN/DE/ES/FR/IT/JA/KO/NL/PT/RU/TW/ZH/TH/TR/PL/DA/NO) and TypeScript

72 lines (71 loc) 1.45 kB
{ "name": "tarotap", "version": "1.3.1", "description": "Complete 78-card Tarot deck library with 17-language support (EN/DE/ES/FR/IT/JA/KO/NL/PT/RU/TW/ZH/TH/TR/PL/DA/NO) and TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "tarot", "ai", "divination", "tarot-reading", "fortune-telling", "tarot-cards", "astrology", "multilingual", "i18n", "internationalization", "typescript", "library", "deck", "cards", "spiritual", "oracle", "major-arcana", "minor-arcana", "塔罗", "占卜", "塔羅", "타로", "점술", "타로카드", "Tarot", "Wahrsagung", "Kartenlegen", "Tarotkarten", "tarot", "adivinación", "cartas-del-tarot", "lectura-de-tarot", "tarot", "divination", "cartes-de-tarot", "lecture-de-tarot", "tarocchi", "divinazione", "carte-dei-tarocchi", "tarot", "waarzeggerij", "tarotkaarten", "tarô", "adivinhação", "cartas-de-tarô", "таро", "гадание", "карты-таро" ], "author": "Tarotap Team", "homepage": "https://tarotap.com/en", "license": "MIT", "devDependencies": { "typescript": "^5.8.3" }, "files": [ "dist/**/*" ] }