Wplace-BlueMarble/package.json
windbus 5f3d4bdfc6
Fix some issues with the README (#124)
* Added ignore files to stop popular code formatters from messing with the code style

* Change transform easing to 0s

* Added a translucent gray checkerboard render for #deface

* Added workflow to check what branch PR came from

* v0.81.0; Merge branch 'code' into main

* Update README.md

Fix some issues with the readme

* Added version Shield back

---------

Co-authored-by: SwingTheVine <swingthevine@gmail.com>
Co-authored-by: AloeSapling <aloesapling@gmail.com>
Co-authored-by: Endrik Tombak <littleendu@gmail.com>
Co-authored-by: KrunchyKrisp <m.damidavicius@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-12 20:30:55 -04:00

20 lines
473 B
JSON

{
"name": "wplace-bluemarble",
"version": "0.81.0",
"type": "module",
"homepage": "https://bluemarble.camilledaguin.fr/",
"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.4",
"minami": "^1.2.3",
"terser": "^5.43.1"
}
}