15 lines
250 B
JSON
Executable File
15 lines
250 B
JSON
Executable File
{
|
|
"name": "bot-instance",
|
|
"version": "1.0.0",
|
|
"description": "Admin bot instance",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"start": "node bot.js"
|
|
},
|
|
"author": "kunte_",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"puppeteer": "latest"
|
|
}
|
|
}
|