mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-01-11 22:40:18 +00:00
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"name": "wplace-bluemarble",
|
|
"version": "0.84.14",
|
|
"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"
|
|
}
|
|
}
|