瀏覽代碼

Setup NodeJS package file with project dependencies as well as gitignore file

master
Bryan Miller 6 年之前
父節點
當前提交
6b4eb7eb21
共有 2 個文件被更改,包括 34 次插入0 次删除
  1. +1
    -0
      .gitignore
  2. +33
    -0
      package.json

+ 1
- 0
.gitignore 查看文件

@@ -0,0 +1 @@
node_modules/*

+ 33
- 0
package.json 查看文件

@@ -0,0 +1,33 @@
{
"name": "realmquest",
"version": "0.0.1",
"description": "Discord RPG bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.obsidianblk.me/ObsidianBlk/realmquest.git"
},
"keywords": [
"Discord",
"RPG",
"Dungeon",
"Dragon",
"Adventure",
"Realm",
"Quest",
"Explore",
"Level"
],
"author": "Bryan Miller ( ObsidianBlk )",
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"discord.js": "^11.3.2",
"ioredis": "^3.2.2",
"tv4": "^1.3.0",
"uws": "^10.148.1"
}
}

Loading…
取消
儲存