-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 833 Bytes
/
package.json
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
34
35
{
"name": "minishops-server",
"version": "1.0.0",
"description": "A tiny ecommerce shopping module",
"main": "app.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lovgrandma/minishops-server.git"
},
"author": "jesse thompson",
"license": "ISC",
"bugs": {
"url": "https://github.com/lovgrandma/minishops-server/issues"
},
"homepage": "https://github.com/lovgrandma/minishops-server#readme",
"dependencies": {
"aws-sdk": "^2.897.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.12.2",
"multer": "^1.4.2",
"neo4j-driver": "^4.2.3",
"nodemon": "^2.0.7",
"sharp": "^0.28.1",
"stripe": "^8.149.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"jest": "^26.6.3"
}
}