package.json 609 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "excel2x",
  3. "bin": {
  4. "excel2x": "./dist/Main.js"
  5. },
  6. "version": "1.0.17",
  7. "description": "配置转换工具",
  8. "main": "index.js",
  9. "scripts": {
  10. "start": "node ./dist/Main.js",
  11. "test": "node ./dist/Main.js -i D:/zedu_jxb/config -o D:/zedu_jxb/config/output -t ts_alone js_alone -k id"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "http://zhi-edu.com:3000/lan/excel2x"
  16. },
  17. "keywords": [],
  18. "author": "goodkof",
  19. "license": "MIT",
  20. "dependencies": {
  21. "@types/node": "^13.11.1",
  22. "@types/yargs": "^15.0.4",
  23. "xlsx": "^0.15.6",
  24. "yargs": "^15.3.1"
  25. }
  26. }