Facebook
From Minvoy, 3 Years ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 499
  1.  
  2.  
  3. {
  4.   "//1": "describes your app and its dependencies",
  5.   "//2": "https://docs.npmjs.com/files/package.json",
  6.   "//3": "updating this file will download and update your packages",
  7.   "name": "hello-express",
  8.   "version": "0.0.1",
  9.   "description": "A simple Node app built on Express, instantly up and running.",
  10.   "main": "server.js",
  11.   "scripts": {
  12.     "start": "node server.js"
  13.   },
  14.   "dependencies": {
  15.     "express": "^4.17.1",
  16.     "mineflayer": "^2.23.0",
  17.     "quick.db": "^7.1.1"
  18.   },
  19.   "engines": {
  20.     "node": "14.x"
  21.   },
  22.   "repository": {
  23.     "url": "https://glitch.com/edit/#!/hello-express"
  24.   },
  25.   "license": "MIT",
  26.   "keywords": [
  27.     "node",
  28.     "glitch",
  29.     "express"
  30.   ]
  31. }
  32.  
  33.  

Replies to package.json aternos 7/24 rss

Title Name Language When
Re: package.json aternos 7/24 Tacky Earthworm javascript 2 Years ago.
Re: package.json aternos 7/24 YTBRGamer_xbee javascript 2 Years ago.