diff --git a/package.json b/package.json index 9187599..3abe5ca 100644 --- a/package.json +++ b/package.json @@ -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 ", - "license": "0BSD", - "packageManager": "yarn@3.2.4" + "license": "0BSD" }