Sam Therapy
13e904ee71
Some checks failed
continuous-integration/drone Build is failing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
40 lines
No EOL
1.3 KiB
JSON
40 lines
No EOL
1.3 KiB
JSON
{
|
|
"dependencies": {
|
|
"command-line-args": "^5.2.1",
|
|
"command-line-usage": "^6.1.1",
|
|
"megalodon": "^4.0.0",
|
|
"readline-sync": "^1.4.10",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/command-line-args": "^5.2.0",
|
|
"@types/command-line-usage": "^5.0.2",
|
|
"@types/node": "^17.0.18",
|
|
"@types/readline-sync": "^1.4.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
"@typescript-eslint/parser": "^5.12.0",
|
|
"eslint": "^8.9.0",
|
|
"pkg": "^5.5.2"
|
|
},
|
|
"name": "feditoken-js",
|
|
"version": "1.0.0",
|
|
"description": "Token Generation for the fediverse (Pleroma, Mastodon, Misskey)",
|
|
"main": "dist/token.js",
|
|
"bin": "dist/token.js",
|
|
"scripts": {
|
|
"build": "yarn clean && tsc",
|
|
"package": "yarn build && pkg . -o dist/feditoken",
|
|
"clean": "rm -rf dist",
|
|
"token": "node ./dist/token.js",
|
|
"lint": "eslint --ext .ts src",
|
|
"test": "echo \"No tests yet!\" && exit 0"
|
|
},
|
|
"repository": "https://git.froth.zone/Sam/js-feditoken",
|
|
"author": "Sam Therapy <sam@samtherapy.net>",
|
|
"license": "MIT",
|
|
"pkg": {
|
|
"scripts": "dist/*.js",
|
|
"targets": ["node16-linux-x64", "node16-macos-x64", "node16-win-x64"],
|
|
"outputPath": "dist"
|
|
}
|
|
} |