greyhack/package.json

11 lines
217 B
JSON
Raw Permalink Normal View History

2024-05-25 02:20:19 +00:00
{
"scripts": {
"build": "greybel -ac -ci -cia message-hook -id /root/bin",
"repl": "greybel-repl"
},
"dependencies": {
"greybel-js": "^3.3.4",
"steam-user": "github:ayecue/node-steam-user"
}
}