@secretlint/secretlint-formatter-sarif
Version:
A secretlint formatter for SARIF format
72 lines • 1.74 kB
JSON
{
"name": "@secretlint/secretlint-formatter-sarif",
"version": "13.0.2",
"description": "A secretlint formatter for SARIF format",
"keywords": [
"sarif",
"secretlint",
"formatter"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-formatter-sarif/",
"bugs": {
"url": "https://github.com/secretlint/secretlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/secretlint/secretlint.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./module/index.d.ts",
"default": "./module/index.js"
},
"default": "./module/index.js"
},
"./package.json": "./package.json"
},
"main": "./module/index.js",
"module": "module/index.js",
"types": "./module/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"module/",
"src/"
],
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"node-sarif-builder": "^4.1.0"
},
"devDependencies": {
"@types/node": "^25.7.0",
"escape-string-regexp": "^5.0.0",
"prettier": "^3.8.3",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"@secretlint/types": "13.0.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"test": "node --import tsx --test test/index.test.ts",
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
"watch": "tsc --build --watch"
}
}