# npm-library-test **Repository Path**: windhc/npm-library-test ## Basic Information - **Project Name**: npm-library-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-09 - **Last Updated**: 2024-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # npm-library-test npm私库开发示例项目 ## package.json - files 要发布的目录 - main 项目的入口文件 - module ESM的入口文件 - browser 定义 npm 包在 browser 环境下的入口文件 - types ts类型定义文件 - peerDependencies 该库需要依赖的其他库 - name 字段为组件名 - @aa/* 为 aa 项目组 - @xx/* 为 xx 项目组