{
  "name": "n8n-nodes-nmap",
  "version": "1.0.1",
  "description": "Nmap Scan",
  "keywords": [
    "Nmap", "Scan", "SecOps", "Zubial", "n8n-community-node-package"
  ],
  "license": "MIT",
  "homepage": "www.zubial.net",
  "author": {
    "name": "Zubial.net",
    "email": "support@zubial.net"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zubial/n8n-nodes-nmap.git"
  },
  "engines": {
    "node": ">=18.10",
    "pnpm": ">=9.1"
  },
  "packageManager": "pnpm@9.1.4",
  "main": "index.js",
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "build": "rimraf ./dist/** && tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials package.json",
    "prepublish": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json",
    "package": "rimraf ./package/** && pnpm prepublish && npm pack --pack-destination ./package/"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "nodes": [
      "dist/nodes/NmapScan/NmapScan.node.js"
    ],
    "credentials": [
      "dist/credentials/OnlyPassword.credentials.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/parser": "^7.15.0",
    "@types/node": "*",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^4.0.2",
    "n8n-workflow": "*",
    "prettier": "^3.3.2",
    "typescript": "^5.5.3",
    "rimraf": "^6.0.1"
  },
  "peerDependencies": {
    "@types/node": "*",
    "n8n-workflow": "*"
  }
}
