Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
87a5926779
commit
79d545f10d
2 changed files with 587 additions and 1517 deletions
10
package.json
10
package.json
|
@ -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"
|
||||
]
|
||||
}
|
2094
pnpm-lock.yaml
2094
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Reference in a new issue