diff --git a/package.json b/package.json index 386e1df..c817144 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "0BSD", "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03a878f..4a551fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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==} diff --git a/tsconfig.json b/tsconfig.json index 8c43a91..7201a4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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'). */