mirror of
https://github.com/TheGreyDiamond/open360viewer.git
synced 2025-07-17 20:33:48 +02:00
17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"name": "minifyall",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"exports": "./minifyAllSrcs.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "TheGreydiamond",
|
|
"license": "GPL-3.0",
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
|
|
"dependencies": {
|
|
"glob": "^7.2.0"
|
|
}
|
|
}
|