UNPKG

@valapi/valorant-api.com

Version:

Valorant API - valorant-api.com

46 lines (45 loc) 1.04 kB
{ "name": "@valapi/valorant-api.com", "version": "5.0.0-beta.3", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "description": "Valorant API - valorant-api.com", "keywords": [ "riot", "api", "val", "valorant", "valorant-api.com" ], "main": "build/index.js", "types": "./build/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/valapi/node-valapi.git", "directory": "packages/@valapi/valorant-api.com" }, "author": "ing3kth (https://github.com/KTNG-3)", "license": "MIT", "bugs": { "url": "https://github.com/valapi/node-valapi/issues" }, "homepage": "https://valapi.github.io/guide", "dependencies": { "@valapi/lib": "5.0.0-beta.3", "axios": "^1.7.3" }, "directories": { "lib": "build", "test": "src/__tests__" }, "files": [ "build", "CHANGELOG.md", "LICENSE", "package.json", "README.md", "SECURITY.md" ] }