@secretlint/secretlint-rule-privatekey
Version:
A secretlint rule for PrivateKey.
73 lines • 1.76 kB
JSON
{
"name": "@secretlint/secretlint-rule-privatekey",
"version": "13.0.4",
"description": "A secretlint rule for PrivateKey.",
"keywords": [
"secretlint",
"ssh",
"privatekey"
],
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/secretlint-rule-privatekey/",
"bugs": {
"url": "https://github.com/secretlint/secretlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/secretlint/secretlint.git"
},
"license": "MIT",
"author": "azu",
"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",
"types": "./module/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"bin/",
"module/",
"src/"
],
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4
},
"dependencies": {
"@textlint/regexp-string-matcher": "^2.0.2"
},
"devDependencies": {
"@types/node": "^25.9.5",
"prettier": "^3.8.3",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"@secretlint/tester": "13.0.4",
"@secretlint/types": "13.0.4"
},
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "node --import tsx --test test/index.test.ts",
"updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",
"watch": "tsc --build --watch"
}
}