-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 920 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
33
34
35
36
{
"name": "producthunt-digest",
"version": "1.0.0",
"homepage": "https://github.com/ranrib/producthunt-digest",
"bugs": {
"url": "https://github.com/ranrib/producthunt-digest/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ranrib/producthunt-digest.git"
},
"description": "Generate a daily digest of top posts from Product Hunt",
"author": "Ran Ribenzaft <[email protected]>",
"license": "MIT",
"keywords": [
"producthunt",
"digest"
],
"dependencies": {
"axios": "^0.21.4",
"js-yaml": "^4.1.0"
},
"scripts": {
"start": "node ./run.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"deploy": "sls deploy",
"invoke": "sls invoke -f sendDigest"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-react": "^7.26.0"
}
}