Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 530 Bytes

npm-package.md

File metadata and controls

28 lines (24 loc) · 530 Bytes

NPM y Package JSON

{
  "name": "holamundo",
  "version": "1.0.0",
  "description": "Es mi primer hola mundo",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Launch-X-Latam/MisionBackend"
  },
  "author": "josejesusguzman",
  "license": "ISC",
  "dependencies": {

  },
  "devDependencies": {

  },
  "homepage": "https://github.com/Launch-X-Latam/MisionBackend"
}