guildwars2-ts
Version:
GuildWars 2 API Wrapper in Typescript
33 lines (32 loc) • 865 B
JSON
{
"name": "guildwars2-ts",
"version": "1.5.0",
"description": "GuildWars 2 API Wrapper in Typescript",
"homepage": "https://gitlab.com/dinckelman/guildwars2-ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist/", "LICENSE", "README.md", "package.json"],
"scripts": {
"lint:dry": "biome check .",
"lint": "biome check . --write",
"build": "bun bun.build.ts",
"test": "bun test"
},
"license": "ISC",
"keywords": ["guildwars", "guildwars2", "guild wars", "guild wars 2", "gw", "gw2"],
"dependencies": {
"axios": "1.9.0",
"promise-queue": "2.2.5",
"tslog": "4.9.3",
"zod": "^3.25.39"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tsconfig/bun": "^1.0.7",
"@types/bun": "^1.2.15",
"@types/promise-queue": "^2.2.3",
"bun-plugin-dts": "^0.3.0",
"typescript": "^5.8.3"
}
}