fix: update lockfile
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-25 17:35:57 +02:00
parent 87a5926779
commit 79d545f10d
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 587 additions and 1517 deletions

View File

@ -7,7 +7,7 @@
"json5": "2.2.1",
"megalodon": "4.1.0"
},
"name": "@sam/fediverse-imagebot",
"name": "@froth/fediverse-imagebot",
"version": "2.1.1",
"description": "Image bot for the fediverse (Pleroma, Mastodon, Misskey)",
"exports": "./dist/index.js",
@ -22,7 +22,8 @@
"lint:ci": "eslint --ext .ts,.js ./src && prettier ./src --check",
"bot": "node ./dist/index.js",
"package": "pkg . -C Gzip",
"test": "echo \"No tests yet!\" && exit 0"
"test": "echo \"No tests yet!\" && exit 0",
"prepublishOnly": "npm run build"
},
"repository": "https://git.froth.zone/Sam/fediverse-imagebot",
"author": "Sam Therapy <sam@samtherapy.net>",
@ -39,5 +40,8 @@
"pkg": "5.8.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
},
"files": [
"dist"
]
}

File diff suppressed because it is too large Load Diff