44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"dependencies": {
|
|
"command-line-args": "5.2.1",
|
|
"command-line-usage": "6.1.3",
|
|
"megalodon": "5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/command-line-args": "5.2.0",
|
|
"@types/command-line-usage": "5.0.2",
|
|
"@typescript-eslint/eslint-plugin": "5.48.0",
|
|
"@typescript-eslint/parser": "5.48.0",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"pkg": "5.8.0",
|
|
"prettier": "2.8.1",
|
|
"typescript": "4.9.4"
|
|
},
|
|
"name": "@froth/feditoken",
|
|
"version": "1.2.1",
|
|
"description": "Token Generation for the fediverse (Pleroma, Mastodon, Misskey)",
|
|
"main": "dist/token.js",
|
|
"bin": "dist/token.js",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"clean": "tsc -b --clean",
|
|
"lint": "eslint --ext .ts ./src --fix && prettier --no-semi --write ./src",
|
|
"lint:ci": "eslint --ext .ts,.js ./src && prettier --no-semi --check ./src",
|
|
"package": "pkg . -C Gzip",
|
|
"test": "echo \"No tests yet!\" && exit 0",
|
|
"token": "node ./dist/token.js",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": "https://git.froth.zone/sam/js-feditoken",
|
|
"author": "Sam Therapy <sam@samtherapy.net>",
|
|
"license": "0BSD",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"registry": "https://git.froth.zone/api/packages/sam/npm/"
|
|
}
|
|
}
|