初次提交

This commit is contained in:
2022-04-02 16:17:29 +08:00
commit 15e175f061
8 changed files with 589 additions and 0 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "yizhi-multipart-reader",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.23",
"typescript": "^4.6.3"
}
}