pnpm-audit-sonar/package.json
2024-04-02 18:29:23 +02:00

20 lines
448 B
JSON

{
"name": "pnpm-audit-sonar",
"version": "1.1.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": {}
}