Explorar el Código

Initial package.json and .gitignore for node_modules

pull/11/head
Djordje Djoric hace 4 años
padre
commit
18352b39ca
Se han modificado 3 ficheros con 2263 adiciones y 0 borrados
  1. 1
    0
      .gitignore
  2. 2240
    0
      package-lock.json
  3. 22
    0
      package.json

+ 1
- 0
.gitignore Ver fichero

@@ -0,0 +1 @@
node_modules/

+ 2240
- 0
package-lock.json
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 22
- 0
package.json Ver fichero

@@ -0,0 +1,22 @@
{
"name": "diligent-node-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.dilig.net/stefan.stamenovic/diligent-node-api"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"mongodb": "^4.6.0",
"mongoose": "^6.3.4",
"request": "^2.88.2",
"validator": "^13.7.0"
}
}

Cargando…
Cancelar
Guardar