瀏覽代碼

Initial package.json and .gitignore for node_modules

pull/11/head
Djordje Djoric 3 年之前
父節點
當前提交
18352b39ca
共有 3 個檔案被更改,包括 2263 行新增0 行删除
  1. 1
    0
      .gitignore
  2. 2240
    0
      package-lock.json
  3. 22
    0
      package.json

+ 1
- 0
.gitignore 查看文件

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

+ 2240
- 0
package-lock.json
文件差異過大導致無法顯示
查看文件


+ 22
- 0
package.json 查看文件

@@ -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…
取消
儲存