autod
autod copied to clipboard
Auto generate dependencies and devDependencies by parse the project file.
In the `monorepo` project, many modules are on local and `autod` should ignore this modules. so, add `depignore` options for support it.
will `autod` support other popular file extensions? for many popular open source projects are written in `.vue` or `.ts`, but it just support `js` and `jsx` by hard coding at...
好像对 webpack 的支持不太友好。 比如: ```js alias: { 'libs': 'xxx' } ``` 最后会把 `libs` 也当成一个包。 另外,webpack loader 都不能解释出来。
场景: 1. 在项目目录下的某个 `.js` 文件引入依赖 x 2. 依赖 x 定义在 autod 的 `devdep` 中 问题:最终这个插件还是会出现在 package.json 的 dependencies 定义里 我比较好奇 autod 几种定义的权重关系是怎样的
- ^1.0.0 - ~1.0.0 - 0.0.3
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...