package.json 355 B

123456789101112131415
  1. {
  2. "name": "x2jc-unity",
  3. "version": "1.0.0",
  4. "description": "Convert excel to unity json data & class struct",
  5. "main": "convert.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "HonorLee",
  10. "license": "GPL-3.0-or-later",
  11. "dependencies": {
  12. "fs-extra": "^11.1.1",
  13. "node-xlsx": "^0.21.2"
  14. }
  15. }