crustywindowsdaily/package.json

21 lines
410 B
JSON
Raw Permalink Normal View History

2024-01-21 21:00:54 -05:00
{
"name": "crustywindowsdaily",
"version": "1.0.0",
"description": "Mastodon bot for the crustywindows archive",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"author": "Elijah R",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.11.5",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.5",
"masto": "^6.5.2"
},
"type": "module"
}