Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Nov 6, 2024
1 parent 7ec2652 commit 624ac5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "query",
"name": "craftping",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --rootDir ./test"
},
"keywords": [],
"keywords": ["minecraft", "ping", "query", "status", "protocol"],
"author": "",
"license": "ISC",
"license": "MIT",
"description": "",
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit 624ac5b

Please sign in to comment.