初次提交

This commit is contained in:
2024-11-27 11:03:51 +08:00
commit f26d7e4102
18 changed files with 1236 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "@yizhi/render",
"version": "1.0.1",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.9.3"
}
}