mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Proper package.json
This commit is contained in:
+8
-4
@@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "XiaoBot",
|
"name": "xiaobot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://dragonfire535@bitbucket.org/dragonfire535/xiaobot.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "node shardingmanager.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "7.6.0"
|
"node": "7.7.2"
|
||||||
},
|
},
|
||||||
"author": "dragonfire535",
|
"author": "dragonfire535",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
Reference in New Issue
Block a user