{ "name": "x2jc-unity", "version": "1.0.0", "description": "Convert excel to unity json data & class struct", "main": "convert.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "HonorLee", "license": "GPL-3.0-or-later", "dependencies": { "fs-extra": "^11.1.1", "node-xlsx": "^0.21.2" } }