@froth/feditoken (1.2.1)
Installation
@froth:registry=
npm install @froth/feditoken@1.2.1
"@froth/feditoken": "1.2.1"
About this package
JS-Feditoken
Generating a token that can be used to botpost to the Fediverse.
Compatible with Mastodon, Misskey, and Pleroma.
Usage
Download prebuilt binaries from here (currently supports x86_64 and arm64 on Linux [glibc or musl], macOS and Windows), or build from source.
Running from Source
- You need to have
npm
andnodejs
installed.
- Node 16 or greater is required.
-
Install
pnpm
:
corepack enable
Check https://pnpm.io/installation for more information. -
Clone the repository:
git clone https://git.froth.zone/sam/js-feditoken.git
-
Install dependencies:
pnpm i
-
Build:
pnpm run build
Dependencies
Dependencies
ID | Version |
---|---|
command-line-args | 5.2.1 |
command-line-usage | 6.1.3 |
megalodon | 5.0.1 |
Development Dependencies
ID | Version |
---|---|
@types/command-line-args | 5.2.0 |
@types/command-line-usage | 5.0.2 |
@typescript-eslint/eslint-plugin | 5.47.1 |
@typescript-eslint/parser | 5.47.1 |
eslint | 8.30.0 |
eslint-config-prettier | 8.5.0 |
eslint-plugin-prettier | 4.2.1 |
pkg | 5.8.0 |
prettier | 2.8.1 |
typescript | 4.9.4 |