UNPKG

yugioh-card

Version:

<h1 align="center">🎉 游戏王卡片 - Yugioh Card 🎉</h1>

41 lines 798 B
{ "name": "yugioh-card", "version": "1.9.2", "type": "module", "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.js" }, "./*": { "types": "./*.d.ts", "import": "./*.js" } }, "repository": { "type": "git", "url": "https://github.com/kooriookami/yugioh-card" }, "keywords": [ "yugioh-card", "yugioh", "rush-duel", "ygo", "leafer", "canvas" ], "author": "kooriookami", "license": "MIT", "dependencies": { "@leafer/node": "^2.0.3", "css-line-break": "^2.1.0", "leafer": "^2.0.3", "leafer-unified": "^1.0.3", "lodash": "^4.17.23", "lodash-es": "^4.17.23", "lodash-unified": "^1.0.3" } }