maybe work on publishing this to npm?
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-25 17:06:45 +02:00
parent c4e23615ec
commit 58fdb3beda
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 4 additions and 5 deletions

View File

@ -16,14 +16,14 @@
"pkg": "5.8.0",
"prettier": "2.7.1"
},
"name": "feditoken-js",
"name": "feditoken",
"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",
"build": "tsc -b",
"clean": "tsc -b --clean",
"lint": "eslint --ext .ts ./src --fix && prettier --write ./src",
"lint:ci": "eslint --ext .ts,.js ./src && prettier ./src --check",
"package": "pkg . -C Gzip",
@ -32,6 +32,5 @@
},
"repository": "https://git.froth.zone/Sam/js-feditoken",
"author": "Sam Therapy <sam@samtherapy.net>",
"license": "0BSD",
"packageManager": "yarn@3.2.4"
"license": "0BSD"
}