Wplace-BlueMarble/package.json
SwingTheVine cca33a89f1
Some checks failed
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Removed color filter (2)
2026-02-08 23:08:23 -05:00

20 lines
460 B
JSON

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