Wplace-BlueMarble/package.json
SwingTheVine c1559340c7 Finished refactoring the overlay to be Object Oriented
Also fixed bug with font not loading
2025-07-27 02:37:25 -04:00

12 lines
239 B
JSON

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