Skip to content

Commit

Permalink
create an actual package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xnite authored Sep 25, 2022
1 parent a801231 commit 0a73fb7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"name": "mcseeker",
"version": "0.0.2",
"description": "A Minecraft server scanner",
"author": "Robert Whitney <[email protected]>",
"main": "scanner.js",
"license": "GPL V3",
"dependencies": {
"commandos": "^0.10.1",
"evilscan": "^1.8.1",
Expand All @@ -10,4 +16,4 @@
"tar-stream": "^2.2.0",
"zlib": "^1.0.5"
}
}
}

0 comments on commit 0a73fb7

Please sign in to comment.