-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
37
38
39
40
41
42
43
44
{
"name": "content-amplify-hub",
"version": "1.0.0",
"description": "Automated content cross posting from Notion Database to Dev.to, Hashnode, Medium, Twitter, and LinkedIn using GitHub Actions.",
"main": "main.js",
"scripts": {
"start": "node main.js",
"auth": "node utils/linkedInAuth/auth.js"
},
"type": "module",
"dependencies": {
"@notionhq/client": "^2.2.15",
"@octokit/core": "^6.1.2",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"libsodium-wrappers": "^0.7.13",
"linkedin-api-client": "^0.3.0",
"nodemailer": "^6.9.13",
"notion-to-md": "^3.1.1",
"puppeteer": "^22.10.0",
"twitter-api-v2": "^1.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siddhant-vij/Content-Amplify-Hub.git"
},
"keywords": [
"nodejs",
"automation",
"social-media",
"api-integration",
"blog-posting",
"github-actions",
"content-creation",
"notion-api"
],
"author": "siddhant-vij",
"license": "MIT",
"bugs": {
"url": "https://github.com/siddhant-vij/Content-Amplify-Hub/issues"
},
"homepage": "https://github.com/siddhant-vij/Content-Amplify-Hub#readme"
}