This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
Tools/package.json

17 lines
357 B
JSON
Raw Permalink Normal View History

2022-06-15 14:59:17 +08:00
{
"name": "excelmergetool",
"version": "1.0.0",
"description": "excel批量合成工具",
"scripts": {
"combine": "node combine_xlsx.js",
"xlsx2geojosn": "node create_geojson_from_xlsx.js"
},
"author": "cmyh100",
"license": "ISC",
"dependencies": {
"commander": "^8.3.0",
"log4js": "^6.3.0",
"node-xlsx": "^0.14.2"
}
}