-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (48 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (48 loc) · 1.1 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"dependencies": {
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"form-data": "^4.0.0",
"jose": "^5.2.3",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node": "^18.20.0",
"passport": "^0.7.0",
"passport-oauth2": "^1.8.0",
"path": "^0.12.7",
"square": "^36.0.0",
"winston": "^3.13.0"
},
"scripts": {
"clean": "rm -rf my-square-app/build",
"build": "cd my-square-app && npm install && npm run build",
"heroku-postbuild": "cd my-square-app && npm install && npm run build",
"start": "node server.js",
"test": "jest"
},
"devDependencies": {
"jest": "^29.7.0",
"supertest": "^6.3.4"
},
"name": "devpostgsw-main",
"description": "",
"version": "1.0.0",
"main": "server.js",
"directories": {
"test": "tests"
},
"engines": {
"node": "16.x",
"npm": "7.x"
},
"keywords": [],
"author": "",
"license": "ISC"
}