{ "name": "yarn-audit-sonar", "version": "1.1.1", "description": "Convert YARN audit to Sonar compatible format", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.celogeek.com/celogeek/yarn-audit-sonar.git" }, "bin": { "yarn-audit-sonar": "index.js" }, "author": "Celogeek", "license": "ISC", "dependencies": { "split": "^1.0.1" } }