node-valorant-api
Version:
A NodeJS wrapper for the VALORANT API
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "node-valorant-api",
"version": "0.5.0",
"description": "A NodeJS wrapper for the VALORANT API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"axios": "^0.21.1",
"qs": "^6.9.6"
},
"devDependencies": {
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.20",
"@types/qs": "^6.9.5",
"jest": "^26.6.3",
"prettier": "^2.0.5",
"ts-jest": "^26.4.4",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.6"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "jest",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"keywords": [
"Valorant",
"Riot",
"Wrapper",
"API"
],
"repository": {
"type": "git",
"url": "git+https://github.com/solohk525/valorant-api.git"
},
"files": [
"lib/**/*"
],
"author": "SoLoHK525",
"license": "ISC"
}