@scryfall/api-types
Version:
Type definitions for the Scryfall API
40 lines (39 loc) • 974 B
JSON
{
"name": "@scryfall/api-types",
"version": "1.0.0-alpha.4",
"description": "Type definitions for the Scryfall API",
"main": "index.ts",
"scripts": {
"test": "npm run test:lib && npm run test:tests",
"test:lib": "tsc -p tsconfig.lib.json --noEmit",
"test:tests": "tsc -p tsconfig.test.json --noEmit --isolatedModules"
},
"files": [
"index.ts",
"src/**/*"
],
"author": "scarletcs",
"license": "MIT",
"homepage": "https://github.com/scryfall/api-types#readme",
"repository": {
"type": "git",
"url": "https://github.com/scryfall/api-types.git"
},
"bugs": {
"url": "https://github.com/scryfall/api-types/issues"
},
"keywords": [
"scryfall",
"api",
"types",
"typescript"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}