Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
39266ee162
commit
c5bbcb3104
3 changed files with 6 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
"prettier": "2.7.1",
|
||||
"typescript": "4.8.4"
|
||||
},
|
||||
"name": "feditoken",
|
||||
"name": "@froth/feditoken",
|
||||
"version": "1.2.1",
|
||||
"description": "Token Generation for the fediverse (Pleroma, Mastodon, Misskey)",
|
||||
"main": "dist/token.js",
|
||||
|
@ -29,9 +29,9 @@
|
|||
"package": "pkg . -C Gzip",
|
||||
"test": "echo \"No tests yet!\" && exit 0",
|
||||
"token": "node ./dist/token.js",
|
||||
"prepublishOnly": "pnpm build"
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"repository": "https://git.froth.zone/Sam/js-feditoken",
|
||||
"repository": "https://git.froth.zone/sam/js-feditoken",
|
||||
"author": "Sam Therapy <sam@samtherapy.net>",
|
||||
"license": "0BSD",
|
||||
"files": [
|
||||
|
|
|
@ -19,7 +19,6 @@ dependencies:
|
|||
command-line-args: 5.2.1
|
||||
command-line-usage: 6.1.3
|
||||
megalodon: 4.1.0
|
||||
typescript: 4.8.4
|
||||
|
||||
devDependencies:
|
||||
'@types/command-line-args': 5.2.0
|
||||
|
@ -31,6 +30,7 @@ devDependencies:
|
|||
eslint-plugin-prettier: 4.2.1_aniwkeyvlpmwkidetuytnokvcm
|
||||
pkg: 5.8.0
|
||||
prettier: 2.7.1
|
||||
typescript: 4.8.4
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -1826,6 +1826,7 @@ packages:
|
|||
resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/typical/4.0.0:
|
||||
resolution: {integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"removeComments": true /* Do not emit comments to output. */,
|
||||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
|
||||
// "noEmit": true, /* Do not emit outputs. */
|
||||
"importHelpers": true /* Import emit helpers from 'tslib'. */,
|
||||
"importHelpers": false /* Import emit helpers from 'tslib'. */,
|
||||
"downlevelIteration": true /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */,
|
||||
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
|
||||
|
||||
|
|
Reference in a new issue