valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "valorant-api-types",
"version": "0.10.1",
"description": "A collection of documented endpoints and return types for the unofficial Valorant API",
"homepage": "https://github.com/techchrism/valorant-api-docs#readme",
"bugs": {
"url": "https://github.com/techchrism/valorant-api-docs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/techchrism/valorant-api-docs.git",
"directory": "valorant-api-types"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "tsc --build --clean ./tsconfig.json && tsc --build ./tests/tsconfig.json && node ./tests/dist/test.js",
"build": "tsc --build ./tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run test"
},
"keywords": [
"valorant",
"typescript",
"api",
"zod",
"documentation"
],
"author": "techchrism",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.1.4",
"typescript": "^4.9.4"
},
"dependencies": {
"iso-base64": "^1.0.0",
"zod": "^3.20.2"
}
}