mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"name": "xiaobot",
|
|
"version": "1.0.0",
|
|
"description": "A Discord Bot",
|
|
"main": "shardingmanager.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://dragonfire535@bitbucket.org/dragonfire535/xiaobot.git"
|
|
},
|
|
"scripts": {
|
|
"start": "node shardingmanager.js"
|
|
},
|
|
"engines": {
|
|
"node": "7.7.3"
|
|
},
|
|
"author": "dragonfire535",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
|
|
}
|
|
}
|