11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"name": "fishing-game-tools",
|
|
"private": true,
|
|
"description": "Инструменты сборки: minify.mjs (terser + csso)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"csso": "^5.0.5",
|
|
"terser": "^5.48.0"
|
|
}
|
|
}
|