-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 970 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
37
38
39
40
41
42
43
44
{
"name": "hashnode-post-maker",
"version": "1.0.0",
"description": "Generate cool blog posts using GPT & publish to HashNode using its GQL API.",
"main": "app",
"type": "module",
"imports": {
"#*": "./*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surkanfuren/hashnode-post-maker.git"
},
"keywords": [
"hashnode",
"gpt",
"llm",
"post",
"gql",
"graphql",
"api",
"generative",
"ai",
"hashnode",
"api"
],
"author": "Furkan Suren",
"license": "MIT",
"bugs": {
"url": "https://github.com/surkanfuren/hashnode-post-maker/issues"
},
"homepage": "https://github.com/surkanfuren/hashnode-post-maker#readme",
"dependencies": {
"axios": "^1.7.9",
"chalk": "^4.1.2",
"dotenv": "^16.4.7",
"firebase-admin": "^13.0.2",
"openai": "^4.78.1"
}
}