valo-api-wrapper
Version:
Type-safe client and wrapper for the Valorant API
74 lines (73 loc) • 1.83 kB
JSON
{
"name": "valo-api-wrapper",
"description": "Type-safe client and wrapper for the Valorant API",
"version": "1.0.7",
"type": "module",
"module": "dist/index.mjs",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"package.json"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"keywords": [
"valorant",
"api",
"client",
"riot",
"wrapper"
],
"author": "RiskyRomero",
"contributors": [
{
"name": "RiskyRomero",
"url": "https://github.com/RiskyRomero"
},
{
"name": "tanishqmanuja",
"url": "https://github.com/tanishqmanuja"
}
],
"license": "MIT",
"homepage": "https://github.com/RiskyRomero/valorant-api-wrapper#readme",
"repository": "github:RiskyRomero/valorant-api-wrapper",
"packageManager": "bun@1.2.2",
"scripts": {
"build": "unbuild",
"test": "bun test",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type:check": "tsc --noEmit",
"type:check:package": "bun attw --pack",
"generate:endpoints": "bun ./scripts/generate-endpoints.ts && prettier --log-level warn -w .",
"release": "bun ./scripts/release.ts"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@types/bun": "^1.2.2",
"@types/node": "^22.13.0",
"edge.js": "^6.2.1",
"prettier": "^3.4.2",
"turbo": "^2.4.0",
"unbuild": "^3.3.1"
},
"peerDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"axios": "^1.7.9",
"change-case": "^5.4.4",
"tough-cookie": "^5.1.0",
"type-fest": "^4.33.0",
"zod": "^3.24.1"
}
}