mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-06 15:49:26 +00:00
* 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>
20 lines
473 B
JSON
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"
|
|
}
|
|
}
|