Skip to content

Commit

Permalink
perf: pkg.json完善字段描述
Browse files Browse the repository at this point in the history
  • Loading branch information
huangmingfu committed Nov 6, 2024
1 parent 9c60b87 commit 7344199
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
{
"name": "react-ts-template",
"description": "一套基于react18、ts、vite5的项目模板,帮助快速搭建react项目",
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@9.12.2",
"author": "huangmingfu <212149997@qq.com>",
"license": "MIT",
"homepage": "https://github.com/huangmingfu/react-ts-template",
"repository": {
"type": "git",
"url": "https://github.com/huangmingfu/react-ts-template"
},
"bugs": "https://github.com/huangmingfu/react-ts-template/issues",
"keywords": [
"react18-ts-template",
"react18",
"template",
"vite5"
],
"scripts": {
"dev": "vite -m dev",
"dev:test": "vite -m test",
Expand Down Expand Up @@ -69,4 +83,4 @@
"node": ">=18.12.0",
"pnpm": ">=9"
}
}
}

0 comments on commit 7344199

Please sign in to comment.