Kaynağa Gözat

Initial package.json and .gitignore for node_modules

pull/11/head
Djordje Djoric 3 yıl önce
ebeveyn
işleme
18352b39ca
3 değiştirilmiş dosya ile 2263 ekleme ve 0 silme
  1. 1
    0
      .gitignore
  2. 2240
    0
      package-lock.json
  3. 22
    0
      package.json

+ 1
- 0
.gitignore Dosyayı Görüntüle

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

+ 2240
- 0
package-lock.json
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 22
- 0
package.json Dosyayı Görüntüle

@@ -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"
}
}

Loading…
İptal
Kaydet