scryfall
Version:
A simple wrapper around Scryfall's public API.
27 lines (26 loc) • 637 B
JSON
{
"name": "scryfall",
"description": "A simple wrapper around Scryfall's public API.",
"version": "0.9.7",
"keywords": [
"scryfall",
"magic",
"mtg"
],
"author": {
"name": "ryan",
"email": "ryan@harubex.com",
"url": "https://harubex.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Harubex/scryfall.git"
},
"license": "MIT",
"main": "./build/scryfall.js",
"types": "./build/scryfall.d.ts",
"devDependencies": {
"@types/node": "^8.0.19",
"mocha": "^3.5.0"
}
}