mirror of
https://github.com/ShinkoNet/Wplace-Overlay-Pro.git
synced 2026-01-11 22:40:37 +00:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"name": "wplace-overlay-pro",
|
|
"version": "2.8.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"watch": "node esbuild.config.mjs --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tampermonkey": "^5.0.4",
|
|
"esbuild": "^0.25.8",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|