yarn-audit-sonar/package.json
2024-04-02 19:04:33 +02:00

22 lines
473 B
JSON

{
"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"
}
}