Wplace-BlueMarble/package.json
SwingTheVine b0a98ee4a0 Template Overlay now appears above tile...
...and you can't move the template when placing pixels anymore xd
2025-07-31 04:42:28 -04:00

13 lines
264 B
JSON

{
"name": "wplace-bluemarble",
"version": "0.64.12",
"type": "module",
"scripts": {
"build": "node build/build.js",
"patch": "node build/patch.js && npm run build"
},
"devDependencies": {
"esbuild": "^0.25.0",
"terser": "^5.43.1"
}
}