Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Sep 14, 2023
1 parent 6be31e4 commit fd19e05
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,13 @@
"name": "earthmc",
"version": "8.0.1",
"description": "An unofficial EarthMC library providing handy methods and extensive info.",
"keywords": [
"earth",
"earthmc",
"dynmap",
"towny",
"minecraft",
"geopolitics"
],
"type": "module",
"types": "./dist/main.d.ts",
"exports": {
"import": "./dist/main.js",
"require": "./dist/main.cjs",
"default": "./dist/main.cjs"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md",
"package.json",
"endpoints.json"
],
"scripts": {
"prepublishOnly": "npm run ci",
"ci": "pnpm run lint && pnpm run test && pnpm run build",
Expand All @@ -35,8 +19,33 @@
"test": "vitest run --config ./vitest.config.ts",
"test-browser": "vitest run --browser.name=chrome --browser.headless --config ./vitest.config.ts"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md",
"package.json",
"endpoints.json"
],
"keywords": [
"earth",
"earthmc",
"dynmap",
"towny",
"minecraft",
"geopolitics"
],
"author": "Owen77Stubbs",
"license": "ISC",
"engines": {
"node": ">=16.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/EarthMC-Toolkit/EarthMC-NPM.git"
},
"homepage": "https://emctoolkit.vercel.app/docs/npm",
"funding": "https://github.com/sponsors/Owen3H",
"dependencies": {
"async-mutex": "^0.4.0",
"mitt": "^3.0.1",
Expand All @@ -47,15 +56,6 @@
"tslib": "^2.6.2",
"undici-shim": "^1.5.2"
},
"engines": {
"node": ">=16.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/EarthMC-Toolkit/EarthMC-NPM.git"
},
"homepage": "https://emctoolkit.vercel.app/docs/npm",
"funding": "https://github.com/sponsors/Owen3H",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
Expand Down

0 comments on commit fd19e05

Please sign in to comment.