-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 853 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
{
"name": "32_one_time_share_frontend",
"version": "1.0.0",
"description": "This is the test project for SRMKZILLA Club.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "env-cmd -f ./config/dev.env nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sreyom31/One-Time-Share.git"
},
"author": "sreyom31",
"license": "ISC",
"bugs": {
"url": "https://github.com/sreyom31/One-Time-Share/issues"
},
"homepage": "https://github.com/sreyom31/One-Time-Share#readme",
"dependencies": {
"aws-sdk": "^2.991.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"multer": "^1.4.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"env-cmd": "^10.1.0"
}
}