-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 904 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 904 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
35
36
37
{
"name": "jserver",
"version": "1.0.0",
"description": "DoSelect Json Server",
"main": "functions/server.js",
"dependencies": {
"express": "^4.17.1",
"json-server": "^0.17.4",
"request": "^2.88.2",
"serverless-http": "^3.2.0"
},
"devDependencies": {
"countrycitystatejson": "^0.2.15",
"faker": "^4.1.0",
"image-downloader": "^3.5.0",
"json-beautify": "^1.1.1",
"lodash": "^4.17.15",
"nodemon": "^3.0.1",
"rosie": "^2.0.1"
},
"scripts": {
"start": "node server-local.js",
"dev": "nodemon server-local.js",
"seed": "node seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doselect/jsonserver.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/doselect/jsonserver/issues"
},
"homepage": "https://github.com/doselect/jsonserver#readme"
}