Advertisement
DoingGoodHelping

json

Jan 11th, 2021
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.37 KB | None | 0 0
  1. {
  2.   "name": "GamerBot",
  3.   "version": "1.0.0",
  4.   "description": "",
  5.   "main": "index.js",
  6.   "scripts": {
  7.     "dev": "nodemon ./src/index.js",
  8.     "start": "node ./src/index.js",
  9.     "build": ""
  10.   },
  11.   "keywords": [],
  12.   "author": "",
  13.   "license": "ISC",
  14.   "dependencies": {
  15.     "discord.js": "^12.5.1"
  16.   },
  17.   "devDependencies": {
  18.     "nodemon": "^2.0.7"
  19.   }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement