44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"dependencies": {
|
|
"booru": "2.6.2",
|
|
"command-line-args": "5.2.1",
|
|
"command-line-usage": "6.1.3",
|
|
"got-cjs": "12.3.1",
|
|
"megalodon": "4.1.0",
|
|
"strip-json-comments": "3.1.1",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"name": "fediverse-imagebot",
|
|
"version": "2.0.0",
|
|
"description": "Image bot for the fediverse (Pleroma, Mastodon, Misskey)",
|
|
"exports": "./dist/index.js",
|
|
"bin": "dist/index.js",
|
|
"pkg": {
|
|
"scripts": "dist/**/*.js"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run clean && tsc",
|
|
"clean": "rm -rf dist",
|
|
"lint": "eslint --ext .ts ./src --fix && prettier --write ./src",
|
|
"lint:ci": "eslint --ext .ts,.js ./src && prettier ./src --check",
|
|
"bot": "yarn 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": "17.0.31",
|
|
"@types/node-fetch": "2.6.2",
|
|
"@typescript-eslint/eslint-plugin": "5.33.1",
|
|
"@typescript-eslint/parser": "5.33.1",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"pkg": "5.8.0",
|
|
"prettier": "2.7.1"
|
|
}
|
|
}
|