UNPKG

scryfall-sdk

Version:

A Node.js SDK for https://scryfall.com/docs/api written in Typescript.

54 lines (53 loc) 1.23 kB
{ "name": "scryfall-sdk", "version": "5.0.3", "main": "./out/Scry.js", "types": "./out/Scry.d.ts", "description": "A Node.js SDK for https://scryfall.com/docs/api written in Typescript.", "keywords": [ "magic", "magic the gathering", "magic-the-gathering", "gathering", "api", "mtgsdk", "typescript", "card", "cards", "scryfall", "scry" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ChiriVulpes/scryfall-sdk" }, "devDependencies": { "@types/chai": "4.3.4", "@types/chai-as-promised": "7.1.5", "@types/eslint": "8.4.10", "@types/gulp": "4.0.10", "@types/gulp-mocha": "0.0.33", "@types/node": "^18", "@types/request-promise": "4.1.48", "@typescript-eslint/eslint-plugin": "5.50.0", "@typescript-eslint/parser": "5.50.0", "chai": "4.3.7", "chai-as-promised": "7.1.1", "chalk": "4.1.0", "del": "6.1.1", "eslint": "8.33.0", "even-more-min": "1.0.1", "fuzzysort": "2.0.4", "gulp": "4.0.2", "gulp-mocha": "8.0.0", "mocha": "10.2.0", "ts-node": "10.9.1", "typescript": "4.9.5", "axios": "1.3.3" }, "scripts": { "build": "npx gulp build", "watch": "npx gulp watch" } }