gatcg
Version:
Community maintained Typescript client for the Grand Archive TCG API.
32 lines (31 loc) • 727 B
JSON
{
"name": "gatcg",
"description": "Community maintained Typescript client for the Grand Archive TCG API.",
"version": "0.0.1-alpha.11",
"main": "index.ts",
"sideEffects": false,
"license": "Apache-2.0",
"author": "Kayo <kayo@giantcow.dev>",
"homepage": "https://github.com/giantcow/gatcg-api#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/giantcow/gatcg-api.git"
},
"bugs": {
"url": "https://github.com/giantcow/gatcg-api/issues"
},
"keywords": [
"GATCG",
"Grand Archive",
"TCG",
"OpenAPI"
],
"scripts": {},
"files": [
"index.ts",
"generated/**"
],
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.15.3"
}
}