guildwars2-ts
Version:
GuildWars 2 API Wrapper in Typescript
42 lines (41 loc) • 831 B
JSON
{
"name": "guildwars2-ts",
"version": "1.7.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 && tsc --project tsconfig.build.json",
"test": "bun test"
},
"license": "ISC",
"keywords": [
"guildwars",
"guildwars2",
"guild wars",
"guild wars 2",
"gw",
"gw2"
],
"dependencies": {
"axios": "1.15.0",
"tslog": "4.10.2",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@tsconfig/bun": "1.0.10",
"@types/bun": "1.3.9",
"typescript": "5.9.3"
}
}