crustywindowsdaily/package.json
2024-01-21 21:01:44 -05:00

20 lines
410 B
JSON

{
"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"
}