-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·34 lines (34 loc) · 822 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
34
{
"name": "remixserver",
"version": "1.0.0",
"description": "The client for running the Remix App's API",
"main": "./out/app.js",
"author": "Remix LLC.",
"scripts": {
"start": "node ./out/app.js"
},
"dependencies": {
"aws-sdk": "^2.611.0",
"btoa": "^1.2.1",
"email-validator": "^2.0.4",
"env-var": "^6.0.1",
"express": "^4.17.1",
"get-port": "^5.1.1",
"http-status-codes": "^1.4.0",
"install": "^0.13.0",
"mongodb": "^3.5.2",
"multer": "^1.4.2",
"npm": "^6.13.7",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/btoa": "^1.2.3",
"@types/express": "^4.17.2",
"@types/mongodb": "^3.3.15",
"@types/multer": "^1.4.0",
"@types/uuid": "^3.4.7",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"typescript": "^3.8.2"
}
}