-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 849 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
{
"name": "wwebdev-api",
"version": "1.0.0",
"description": "a lambda for fetching the weekly updates from mongodb",
"main": "index.js",
"scripts": {
"test": "lambda-local -l index.js -e event.json",
"migrate": "lambda-local -l migrate.js -e event.json",
"migrateImages": "lambda-local -l migrateImages.js -e event.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wwebdev/wwebdev-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wwebdev/wwebdev-api/issues"
},
"homepage": "https://github.com/wwebdev/wwebdev-api#readme",
"dependencies": {
"dotenv": "^8.2.0",
"envalid": "^7.0.0",
"lodash": "^4.17.21",
"mongodb": "^3.6.4",
"mongoose": "^5.11.19"
},
"devDependencies": {
"eslint-config-airbnb-base": "^14.2.1"
}
}