• This project
    • Loading...
  • Sign in

유재상 / LoL-chatbot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • LoL-chatbot
  • package.json
  • 유재상's avatar
    node js files added · 8da3a7ea
    8da3a7ea Browse Files
    유재상 authored 2022-06-01 14:31:01 +0900
package.json 318 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "name": "lol_chatbot",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1",
    "lol-riot-api-module": "^3.0.3",
    "request": "^2.88.2"
  }
}