UNPKG

@meibot/unofficial-valorant-api

Version:

Library for the Unofficial VALORANT API by api.henrikdev.xyz

49 lines (48 loc) 1.62 kB
{ "name": "@meibot/unofficial-valorant-api", "version": "3.0.0-stable.2", "description": "Library for the Unofficial VALORANT API by api.henrikdev.xyz", "main": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "axios": "^1.4.0" }, "keywords": [ "Valorant", "Riot", "Wrapper", "API", "MMR", "Riot Games" ], "repository": { "type": "git", "url": "git+https://github.com/Henrik-3/unofficial-valorant-api.git" }, "homepage": "https://github.com/Henrik-3/unofficial-valorant-api", "author": "HenrikDev", "license": "ISC", "type": "module", "devDependencies": { "@types/node": "^20.5.1", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "chalk": "^5.3.0", "eslint": "^8.47.0", "typedoc": "^0.24.8", "typedoc-plugin-markdown": "^3.15.4", "typescript": "^5.1.6", "typescript-json-schema": "^0.59.0" }, "scripts": { "build:tsc": "tsc --watch false", "build:docs": "typedoc --plugin typedoc-plugin-markdown && node ./test/editDocs.js", "build:tests": "cd test && tsc --watch false", "build": "npm run build:tsc && npm run build:tests && npm run build:docs", "develop:tsc": "tsc", "develop:testTsc": "cd test && tsc", "test": "npm run build:tsc && npm run build:tests && node ./test/test.js" } }