@mhsalves/yugioh-fb-catalog
Version:
This catalog tools helps to retrieve data from Yugioh Forbidden Memories
33 lines (32 loc) • 878 B
JSON
{
"name": "@mhsalves/yugioh-fb-catalog",
"version": "0.1.1",
"description": "This catalog tools helps to retrieve data from Yugioh Forbidden Memories",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mhsalves/yugioh-fb-catalog.git"
},
"author": "Matheus Alves <30807170+mhsalves@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"npm:build": "rm -rf ./lib && npx tsc",
"npm:publish": "yarn npm:build && npm publish"
},
"devDependencies": {
"@types/node": "^22.13.4",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^5.7.3"
},
"bugs": {
"url": "https://github.com/mhsalves/yugioh-fb-catalog/issues"
},
"homepage": "https://github.com/mhsalves/yugioh-fb-catalog#readme",
"keywords": [
"yugioh",
"forbidden",
"memories",
"catalog"
]
}