change package.json

This commit is contained in:
Vick Scarlet
2021-09-08 12:58:11 +08:00
parent d08efd4d3c
commit 418734cfce

View File

@ -1,7 +1,7 @@
{
"name": "xlsx_transform",
"name": "life_restart",
"type": "module",
"bin": "test/index.js",
"bin": "repl/index.js",
"scripts": {
"test": "node test",
"xlsxTransform": "node utils/xlsxTransform.js data",