mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
Update package.json
This commit is contained in:
parent
b6e5e2125d
commit
e2477a8be2
1 changed files with 4 additions and 1 deletions
|
|
@ -25,7 +25,10 @@
|
||||||
"minecraft"
|
"minecraft"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "lib/index.js",
|
"exports": {
|
||||||
|
"import": "./dist/index.mjs",
|
||||||
|
"require": "./dist/index.cjs"
|
||||||
|
},
|
||||||
"author": "GameDig Contributors",
|
"author": "GameDig Contributors",
|
||||||
"version": "5.0.0-beta.0",
|
"version": "5.0.0-beta.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue