Files
open360viewer/tooling/minifyAll/package.json
2022-01-05 14:51:20 +01:00

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"
}
}