@valapi/valorant-api.com
Version:
Valorant API - valorant-api.com
55 lines (54 loc) • 1.17 kB
JSON
{
"name": "@valapi/valorant-api.com",
"version": "1.3.0",
"description": "Valorant API - valorant-api.com",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"typescript": "npx tsc --project tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/valapi/valorant-api.com.git"
},
"keywords": [
"valorant",
"riot",
"node",
"api",
"valapi",
"val",
"mfa",
"2fa",
"multifactor",
"twofactor"
],
"author": {
"name": "ing3kth",
"url": "https://github.com/KTNG-3/"
},
"contributors": [
{
"name": "ING3_",
"url": "https://github.com/KTNG-3/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/valapi/valorant-api.com/issues"
},
"homepage": "https://github.com/valapi/valorant-api.com#readme",
"dependencies": {
"@valapi/lib": "^1.3.1"
},
"devDependencies": {
"@types/node": "^18.0.3",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}