Sam Therapy
4bd7e439b8
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
32 lines
No EOL
1.1 KiB
JSON
32 lines
No EOL
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"command-line-args": "^5.2.1",
|
|
"command-line-usage": "^6.1.1",
|
|
"megalodon": "^4.0.0",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"name": "fediverse-imagebot",
|
|
"version": "1.0.0",
|
|
"description": "Image bot for the fediverse (Pleroma, Mastodon, Misskey)",
|
|
"main": "dist/local.js",
|
|
"scripts": {
|
|
"build": "yarn run clean && tsc",
|
|
"clean": "rm -rf dist",
|
|
"lint": "eslint --ext .ts src",
|
|
"local": "node ./dist/local.js",
|
|
"package": "pkg dist/*.js -t node16-linux-x64,node16-macos-x64,node16-win-x64 -o dist/imagebot-x64 -C Gzip",
|
|
"test": "echo \"No tests yet!\" && exit 0"
|
|
},
|
|
"repository": "https://git.froth.zone/Sam/fediverse-imagebot",
|
|
"author": "Sam Therapy <sam@samtherapy.net>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/command-line-args": "^5.2.0",
|
|
"@types/command-line-usage": "^5.0.2",
|
|
"@types/node": "^17.0.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
"@typescript-eslint/parser": "^5.12.0",
|
|
"eslint": "^8.9.0",
|
|
"pkg": "^5.5.2"
|
|
}
|
|
} |