-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "contentgrabber",
"version": "1.0.0",
"description": "Code for handling the logic and deployment of the link scraping and the displaying of the webpage",
"main": "index.js",
"scripts": {
"deploy": "serverless deploy --force --verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twosdai/contentGrabber.git"
},
"author": "Daniel Wasserlauf",
"license": "MIT",
"bugs": {
"url": "https://github.com/twosdai/contentGrabber/issues"
},
"homepage": "https://github.com/twosdai/contentGrabber#readme",
"dependencies": {
"aws-sdk": "^2.615.0",
"lodash.flattendeep": "^4.4.0",
"node-fetch": "^2.6.0",
"snoowrap": "^1.20.1"
},
"devDependencies": {
"@dougskinner/eslint-config": "^1.0.3",
"eslint": "5.3.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-prettier": "2.6.1",
"prettier": "^1.15.3",
"pretty-quick": "^1.11.1",
"serverless": "^1.63.0"
}
}