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.
js-feditoken/package.json

42 lines
1.3 KiB
JSON

{
"dependencies": {
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"megalodon": "4.0.1",
"readline-sync": "1.4.10",
"tslib": "2.4.0",
"typescript": "4.6.4"
},
"devDependencies": {
"@types/command-line-args": "5.2.0",
"@types/command-line-usage": "5.0.2",
"@types/node": "17.0.31",
"@types/readline-sync": "1.4.4",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"pkg": "5.6.0",
"prettier": "2.6.2"
},
"name": "feditoken-js",
"version": "1.2.0",
"description": "Token Generation for the fediverse (Pleroma, Mastodon, Misskey)",
"main": "dist/token.js",
"bin": "dist/token.js",
"scripts": {
"build": "yarn 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",
"package": "pkg . -C Gzip",
"test": "echo \"No tests yet!\" && exit 0",
"token": "node ./dist/token.js"
},
"repository": "https://git.froth.zone/Sam/js-feditoken",
"author": "Sam Therapy <sam@samtherapy.net>",
"license": "Unlicense",
"packageManager": "yarn@3.2.1"
}