Files
lifeRestart/package.json
Vick Scarlet 776bc33de1 change test
2021-08-17 12:19:18 +08:00

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"
}
}