initial commit

This commit is contained in:
lingdong huang
2020-08-06 13:32:21 -04:00
commit 86eb38d053
13 changed files with 524 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name":"zdic-cli",
"pkg": {
"assets": "zdic_json/*"
},
"bin":"index.js"
}