-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@tamu-datathon-org/bulletin-server",
"version": "1.0.0",
"description": "Custom Participant Submission Interface & API",
"main": "app.js",
"scripts": {
"backend-test": "node ./node_modules/mocha/bin/_mocha --recursive js/tests/backend --timeout 10000 --exit",
"start": "npm run dev",
"dev": "node js/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tamu-datathon-org/Bulletin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tamu-datathon-org/Bulletin/issues"
},
"homepage": "https://github.com/tamu-datathon-org/Bulletin#readme",
"dependencies": {
"aws-sdk": "^2.985.0",
"axios": "^0.21.4",
"chai": "^4.3.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"http-proxy-middleware": "^2.0.1",
"http-status-codes": "^2.1.4",
"json-2-csv": "^3.14.4",
"mime-types": "^2.1.32",
"mocha": "^9.1.1",
"mongodb": "^4.1.1",
"multer": "^1.4.3",
"node-fetch": "^2.6.1",
"node-sass": "^6.0.1",
"pug": "^3.0.2",
"sinon": "^11.1.2",
"slugify": "^1.6.0",
"swr": "^1.0.0",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"mocha-prepare": "^0.1.0",
"mongo-util": "^1.2.6"
}
}