{
	"name": "yugipedia-gql",
	"version": "0.5.0",
	"description": "A GraphQL wrapper around the MediaWiki API for Yugipedia. Designed to make the queries and results more intuitive and simple.",
	"main": "index.js",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://github.com/jacoblockett/yugipedia-gql"
	},
	"scripts": {
		"test": "clear && node test.js",
		"updateSchema": "clear && node internal/updateSchema.js"
	},
	"keywords": [
		"yugipedia",
		"yugioh",
		"yu-gi-oh",
		"trading cards",
		"trading card game",
		"api",
		"wrapper",
		"gql",
		"graphql"
	],
	"author": "Jacob Lockett",
	"license": "ISC",
	"dependencies": {
		"axios": "^1.7.3",
		"better-sqlite3": "^11.1.2",
		"bottleneck": "^2.19.5",
		"cheerio": "^1.0.0",
		"date-fns": "^3.6.0",
		"elmara": "^0.1.0",
		"graphql": "^16.9.0",
		"graphql-fields": "^2.0.3",
		"joi": "^17.13.3",
		"lodash.camelcase": "^4.3.0",
		"lodash.chunk": "^4.2.0",
		"puppeteer": "^23.0.2",
		"puppeteer-cluster": "^0.24.0"
	}
}
