Wplace-BlueMarble/package.json
SwingTheVine f876567700
Some checks failed
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
willReadFrequently is no longer obfuscated
2026-02-27 11:30:12 -05:00

20 lines
460 B
JSON

{
"name": "wplace-bluemarble",
"version": "0.89.7",
"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"
}
}