@gw2api/types
Version:
TypeScript types for all datastructures used by the Guild Wars 2 API
40 lines (39 loc) • 737 B
JSON
{
"name": "@gw2api/types",
"version": "0.0.35",
"description": "TypeScript types for all datastructures used by the Guild Wars 2 API",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GW2Treasures/gw2api-ts.git",
"directory": "packages/types"
},
"exports": {
"./endpoints": {
"types": "./endpoints.ts"
},
"./data/*": {
"types": "./data/*.ts"
},
"./schema": {
"types": "./schema.ts"
}
},
"keywords": [
"gw2api",
"types",
"gw2",
"api",
"typescript"
],
"scripts": {
"test": "tsc",
"build": "tsc"
},
"devDependencies": {
"typescript": "5.9.2"
},
"publishConfig": {
"access": "public"
}
}