Sfoglia il codice sorgente

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

master
Bryan Miller 6 anni fa
parent
commit
6b4eb7eb21
2 ha cambiato i file con 34 aggiunte e 0 eliminazioni
  1. +1
    -0
      .gitignore
  2. +33
    -0
      package.json

+ 1
- 0
.gitignore Vedi File

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

+ 33
- 0
package.json Vedi File

@@ -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…
Annulla
Salva