neovibe-bots/package.json

28 lines
667 B
JSON
Raw Normal View History

2022-11-23 15:30:51 -05:00
{
"name": "neovibe-bots",
"version": "1.0.0",
"description": "NeoVibe bots",
"main": "bot.js",
"scripts": {
"start": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikeHuntington/neovibe-bots.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MikeHuntington/neovibe-bots/issues"
},
"homepage": "https://github.com/MikeHuntington/neovibe-bots#readme",
"dependencies": {
2022-12-10 01:50:54 -05:00
"axios": "^1.2.1",
2022-11-23 15:30:51 -05:00
"dotenv": "^16.0.3",
"mastodon-api": "^1.3.0",
"rss-parser": "^3.12.0",
2022-12-10 01:50:54 -05:00
"url-metadata": "^2.5.0",
2022-11-23 15:30:51 -05:00
"yaml": "^2.1.3"
}
}