24 lines
632 B
JSON
24 lines
632 B
JSON
{
|
|
"name": "openbrawl-client",
|
|
"version": "1.0.0",
|
|
"description": "Advanced Brawl Stars client for OpenBrawlProject with encryption and logging",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node index.js",
|
|
"test": "node test.js"
|
|
},
|
|
"keywords": ["brawl-stars", "client", "openbrawlproject", "nodejs", "rc4", "encryption", "logging"],
|
|
"author": "OpenBrawlProject",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OpenBrawlProject/openbrawl-client"
|
|
}
|
|
}
|