pnpm-audit-sonar/package.json
Vincent Bachelier 4bed975c78
parse
2022-11-01 09:27:51 +01:00

19 lines
447 B
JSON

{
"name": "pnpm-audit-sonar",
"version": "1.0.0",
"description": "Convert PNPM 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/pnpm-audit-sonar.git"
},
"bin": {
"pnpm-audit-sonar": "index.js"
},
"author": "Celogeek",
"license": "ISC",
"dependencies": {}
}