wmc/common/package.json
Paul Mathieu 33733c6fe4 Move a few things around
- common files to a new 'wmc-common' package in common/
- skycraft now puts all serving files into static/
2025-02-12 19:06:34 +01:00

9 lines
119 B
JSON

{
"name": "wmc-common",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"esbuild": "^0.14.2"
}
}