autodevto
Version:
A simple Node.js application to automatically generate and publish articles to your dev.to account.
37 lines (36 loc) • 743 B
JSON
{
"name": "autodevto",
"version": "0.1.7",
"description": "A simple Node.js application to automatically generate and publish articles to your dev.to account.",
"main": "index.js",
"bin": {
"autodevto": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"dev.to",
"blog",
"automation",
"generative-ai"
],
"author": "Roy Hodge Jr.",
"contributors": [
"Gemini",
"Claude"
],
"license": "Unlicense",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"axios": "^1.12.2",
"chalk": "^4.0.0",
"dotenv": "^16.4.5",
"open": "^10.2.0",
"yargs": "^17.7.2"
}
}