Files
yizhi-template/package.json
2024-11-27 11:03:51 +08:00

17 lines
320 B
JSON

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