mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-01-11 22:40:18 +00:00
commitaca7df4189Author: SwingTheVine <swingthevine@gmail.com> Date: Sat Aug 9 20:52:22 2025 -0400 Added color palette to src/utils.js commit13ff8fbe33Merge:70eb0a2f2d34d8Author: SwingTheVine <swingthevine@gmail.com> Date: Sat Aug 9 20:49:26 2025 -0400 Merge branch 'main' of https://github.com/SwingTheVine/Wplace-BlueMarble commit70eb0a26faAuthor: SwingTheVine <swingthevine@gmail.com> Date: Fri Aug 8 19:38:49 2025 -0400 Update to Wiki Docs
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "wplace-bluemarble",
|
|
"version": "0.78.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build/build.js",
|
|
"patch": "node build/patch.js && npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"jsdoc": "^4.0.4",
|
|
"minami": "^1.2.3",
|
|
"terser": "^5.43.1"
|
|
}
|
|
}
|