UNPKG

@secretlint/secretlint-rule-privatekey

Version:
77 lines (76 loc) 1.92 kB
{ "name": "@secretlint/secretlint-rule-privatekey", "version": "10.1.0", "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/" ], "scripts": { "build": "tsc --build", "clean": "tsc --build --clean", "prepublishOnly": "npm run clean && npm run build", "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", "prepublish": "npm run --if-present build", "test": "node --loader ts-node/esm --test test/index.test.ts", "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test", "watch": "tsc --build --watch" }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4 }, "dependencies": { "@textlint/regexp-string-matcher": "^2.0.2" }, "devDependencies": { "@secretlint/tester": "^10.1.0", "@secretlint/types": "^10.1.0", "@types/node": "^20.19.0", "prettier": "^2.8.1", "ts-node": "^10.9.2", "typescript": "^5.1.6" }, "packageManager": "yarn@1.22.22", "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "a34567634e62d09e356d920fd55fde4961e097fd" }