@gw2api/types
Version:
TypeScript types for all datastructures used by the Guild Wars 2 API
40 lines • 760 B
JSON
{
"name": "@gw2api/types",
"version": "0.0.38",
"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"
],
"devDependencies": {
"typescript": "5.9.3"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"test": "tsc",
"build": "tsc"
}
}