UNPKG

@franklevel/unused-deps-analyzer

Version:

Analyzes which dependencies in package.json are actually being used in the project

10 lines (9 loc) 234 B
export default { transform: {}, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1.js' }, testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.js'], testPathIgnorePatterns: ['/node_modules/', '/__fixtures__/'] };