-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 831 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "backend-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node server.js",
"dev": "nodemon server.js --exec babel-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qwer-ctrl/backend-test.git"
},
"author": "qwer-ctrl",
"license": "ISC",
"bugs": {
"url": "https://github.com/qwer-ctrl/backend-test/issues"
},
"homepage": "https://github.com/qwer-ctrl/backend-test#readme",
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/node": "^7.17.10",
"@babel/preset-env": "^7.18.2",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"express": "^4.18.1",
"express-list-endpoints": "^6.0.0",
"mongoose": "^6.3.4",
"nodemon": "^2.0.16"
}
}