maybe work on publishing this to npm?
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
c4e23615ec
commit
58fdb3beda
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Reference in a new issue