yarn-audit-sonar/package.json
2022-05-11 12:15:49 +02:00

19 lines
435 B
JSON

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