jQAssistant NPM Plugin This is the NPM Plugin of jQAssistant. It provides a scanner for package.json files. For more information, refer to the Documentation. Usage Add the plugin to the plugins section of the jqassistant.yml configuration file: jqassistant: plugins: # Includes the jQAssistant NPM plugin - group-id: org.jqassistant.plugin artifact-id: jqassistant-npm-plugin version: 2.1.0 scan: include: files: - ${project.basedir}/package.json