Skip to content

Commit

Permalink
chore: add/fix package metadata and sort package.json keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Oct 21, 2024
1 parent 185fd0f commit 932a63e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"author": "ayan4m1 <[email protected]>",
"dependencies": {
"varint": "^6.0.0"
},
"description": "Promise-based Minecraft server status",
"devDependencies": {
"@eslint/js": "^9.13.0",
Expand Down Expand Up @@ -31,13 +34,20 @@
"files": [
"lib/"
],
"keywords": [
"minestat",
"minecraft",
"server",
"status",
"checker"
],
"license": "MIT",
"main": "lib/index.cjs",
"module": "lib/index.js",
"name": "minestat-es",
"repository": {
"type": "git",
"url": "https://github.com/ayan4m1/minestat-es"
"url": "git+https://github.com/ayan4m1/minestat-es.git"
},
"scripts": {
"build": "rollup -c --configPlugin typescript",
Expand All @@ -49,8 +59,5 @@
},
"type": "module",
"types": "lib/index.d.ts",
"version": "2.2.4",
"dependencies": {
"varint": "^6.0.0"
}
"version": "2.2.4"
}

0 comments on commit 932a63e

Please sign in to comment.