robloxapis
Version:
Library for working with Roblox Web API, contains a tool for the automatic construction of documented functions
40 lines (39 loc) • 881 B
JSON
{
"name": "robloxapis",
"version": "1.2.1",
"description": "Library for working with Roblox Web API, contains a tool for the automatic construction of documented functions",
"keywords": [
"roblox",
"rbx",
"api",
"rbx-api",
"rbx-api-client",
"RbxApiClient",
"RBXClient",
"noblox",
"noblox-js",
"roblox-js"
],
"type": "commonjs",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/StLyn4/RbxApiClient.git"
},
"bugs": {
"url": "https://github.com/StLyn4/RbxApiClient/issues"
},
"author": "Vsevolod Volkov",
"license": "MIT",
"scripts": {
"build": "node build.js",
"postinstall": "node postinstall.js"
},
"dependencies": {
"axios": "^0.21.1",
"qs": "^6.9.6",
"axios-concurrency": "^1.0.4",
"js-beautify": "^1.13.5",
"rimraf": "^3.0.2"
}
}