Wplace-BlueMarble/package.json
SwingTheVine f607dea9e3 Pr/489 (#490)
* Fix coords display in pixel overview after UI update

* Changed coord inject selection back to pixel span

---------

Co-authored-by: breakgimme <adam@plock.com>
2026-03-16 21:30:02 -04:00

20 lines
462 B
JSON

{
"name": "wplace-bluemarble",
"version": "0.91.106",
"type": "module",
"homepage": "https://bluemarble.lol/",
"repository": {
"type": "git",
"url": "https://github.com/SwingTheVine/Wplace-BlueMarble.git"
},
"scripts": {
"build": "node build/build.js",
"patch": "node build/patch.js && npm run build"
},
"devDependencies": {
"esbuild": "^0.25.0",
"jsdoc": "^4.0.5",
"minami": "^1.2.3",
"terser": "^5.43.1"
}
}