mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-13 15:52:44 +08:00
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"name": "xlsx_transform",
|
|
"type": "module",
|
|
"bin": "test/index.js",
|
|
"scripts": {
|
|
"test": "node test",
|
|
"xlsxTransform": "node utils/xlsxTransform.js data"
|
|
},
|
|
"dependencies": {
|
|
"xlsx": "^0.17.0"
|
|
}
|
|
}
|