Advertisement
RoScripter

RankBot Glitch Updated Package.json

Jul 25th, 2022
3,837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "glitch-hello-node",
  3.   "version": "0.1.0",
  4.   "description": "A simple Node app",
  5.   "main": "server.js",
  6.   "scripts": {
  7.     "start": "node server.js"
  8.   },
  9.   "dependencies": {
  10.     "express": "^4.18.0",
  11.     "noblox.js": "^4.13.0"
  12.   },
  13.   "engines": {
  14.     "node": "14.x"
  15.   },
  16.   "repository": {
  17.     "url": "https://glitch.com/edit/#!/glitch-hello-node"
  18.   },
  19.   "license": "MIT",
  20.   "keywords": [
  21.     "node",
  22.     "glitch",
  23.     "express"
  24.   ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement