2022-03-03 11:23:22 -05:00
|
|
|
{
|
2023-12-29 16:06:08 -05:00
|
|
|
"name": "hvacker",
|
2022-03-03 11:23:22 -05:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node src/index.js",
|
|
|
|
"test": "jest --passWithNoTests",
|
|
|
|
"build": "npm ci",
|
|
|
|
"lint": "standard"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-12-29 16:06:08 -05:00
|
|
|
"url": "ssh://git@git.add123.com:7999/add/hvacker.git"
|
2022-03-03 11:23:22 -05:00
|
|
|
},
|
|
|
|
"author": "Auto Data Direct, Inc.",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"dependencies": {
|
2023-12-29 16:06:08 -05:00
|
|
|
"@slack/bolt": "^3.17.0",
|
Many improvements and additions.
Several new achievements.
Separate files for buy route, webapi, and shared utils.
Add Creator buyable item.
Access control now object-based.
Toying with Trivia and a lottery system.
!cleanusers, !setpw, !rach, !myupgrades, !squad, !gimme, !prestige,
!quack, !whois, !ngift, !message, !!kill,
Add simple test user system.
Add several oneShot commands.
2022-03-14 08:37:38 -04:00
|
|
|
"axios": "^0.26.0",
|
2022-03-03 11:23:22 -05:00
|
|
|
"base-64": "^1.0.0",
|
|
|
|
"express": "^4.17.3",
|
|
|
|
"fs": "0.0.1-security",
|
|
|
|
"jest": "27.0.6"
|
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"env": "jest"
|
|
|
|
}
|
|
|
|
}
|