diff --git a/package.json b/package.json index c5e0a2c..9186f99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,14 @@ { "name": "@xaymar/ratelimiter", - "version": "0.1.0", + "author": "Michael Fabian 'Xaymar' Dirks ", "description": "A simple but effective way to rate limit Tasks in JavaScript.", + "license": "GPLv3", + "repository": "https://github.com/Xaymar/js-ratelimiter", + "version": "0.2.0", + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/xaymar" + }, "main": "generated/ratelimiter.js", "scripts": { "lint": "npx eslint ./source --ext .ts,.mts", @@ -11,8 +18,6 @@ "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Michael Fabian 'Xaymar' Dirks ", - "license": "GPLv3", "devDependencies": { "@types/express": "^4.17.17", "@types/node": "^18.15.3",