This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
fediverse-imagebot/package.json
Sam Therapy 87a5926779
Some checks failed
continuous-integration/drone/push Build is failing
fix: prepare for Gitea NPM
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-25 17:35:03 +02:00

43 lines
1.3 KiB
JSON

{
"dependencies": {
"booru": "2.6.3",
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"got-cjs": "12.3.1",
"json5": "2.2.1",
"megalodon": "4.1.0"
},
"name": "@sam/fediverse-imagebot",
"version": "2.1.1",
"description": "Image bot for the fediverse (Pleroma, Mastodon, Misskey)",
"exports": "./dist/index.js",
"bin": "dist/index.js",
"pkg": {
"scripts": "dist/**/*.js"
},
"scripts": {
"build": "tsc -b",
"clean": "tsc -b --clean",
"lint": "eslint --ext .ts ./src --fix && prettier --write ./src",
"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"
},
"repository": "https://git.froth.zone/Sam/fediverse-imagebot",
"author": "Sam Therapy <sam@samtherapy.net>",
"license": "0BSD",
"devDependencies": {
"@types/command-line-args": "5.2.0",
"@types/command-line-usage": "5.0.2",
"@types/node": "^18.11.5",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"pkg": "5.8.0",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}