{
  "name": "eslint-plugin-no-credentials",
  "version": "2.1.13",
  "description": "An ESlint plugin checking for any hardcoded credentials",
  "main": "build/index.js",
  "scripts": {
    "build": "rm -rf build && babel --copy-files src --out-dir build --ignore tests-eslint/,tests-mocha/",
    "lint": "eslint src",
    "prepublishOnly": "npm run build",
    "test-mocha": "mocha -r @babel/register --recursive src/tests-mocha --timeout 5000",
    "test-eslint": "node -r @babel/register src/tests-eslint/index.js",
    "test": "npm run test-mocha && npm run test-eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oprogramador/eslint-plugin-no-credentials.git"
  },
  "keywords": [
    "eslint",
    "plugin",
    "hardcoded",
    "credentials",
    "secrets",
    "secret",
    "token",
    "tokens",
    "password",
    "passwords"
  ],
  "author": "oprogramador",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oprogramador/eslint-plugin-no-credentials/issues"
  },
  "homepage": "https://github.com/oprogramador/eslint-plugin-no-credentials#readme",
  "devDependencies": {
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.13.14",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/preset-env": "^7.13.12",
    "@babel/register": "^7.13.14",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/npm": "^7.1.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "chai-subset": "^1.6.0",
    "dirty-chai": "^2.0.1",
    "eslint": "^7.23.0",
    "eslint-config-airbnb-improved": "^5.0.0",
    "eslint-import-resolver-babel-module": "^5.2.0",
    "mocha": "^8.3.2",
    "sinon": "^10.0.0",
    "sinon-chai": "^3.6.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "semantic-release": "19"
  }
}
