@gw2me/client
Version:
gw2.me client library
61 lines • 1.41 kB
JSON
{
"name": "@gw2me/client",
"version": "0.9.3",
"description": "gw2.me client library",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"./dpop": {
"types": "./dist/dpop.d.mts",
"default": "./dist/dpop.mjs"
},
"./pkce": {
"types": "./dist/pkce.d.mts",
"default": "./dist/pkce.mjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/GW2Treasures/gw2.me.git"
},
"keywords": [
"gw2me",
"gw2",
"guildwars2",
"auth",
"oauth2"
],
"files": [
"dist/*.mjs",
"dist/*.d.mts"
],
"author": "darthmaim",
"license": "MIT",
"bugs": {
"url": "https://github.com/gw2treasures/gw2.me/issues"
},
"homepage": "https://github.com/gw2treasures/gw2.me#readme",
"devDependencies": {
"@gw2treasures/eslint-config": "0.2.0",
"@gw2treasures/publish-package": "0.1.0",
"@gw2treasures/tsconfig": "0.0.1",
"eslint": "9.39.2",
"tsdown": "0.19.0",
"typescript": "5.9.3",
"typescript-eslint": "8.53.0",
"undici-types": "7.18.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsdown src/index.ts src/dpop.ts src/pkce.ts",
"lint": "eslint .",
"publish-package": "gw2treasures-publish-package"
}
}