{ "name": "mapscan-dsh", "version": "1.4.2", "description": "DeepSeek Harness 动态 Cordis 插件:FOFA / Shodan / 鹰图Hunter / ZoomEye / Quake 网络空间测绘综合查询", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/O3SET/dsh-mapscan.git" }, "bugs": { "url": "https://github.com/O3SET/dsh-mapscan/issues" }, "homepage": "https://github.com/O3SET/dsh-mapscan#readme", "engines": { "node": ">=22.19" }, "main": "./dist/mapscan-plugin.mjs", "exports": { ".": "./dist/mapscan-plugin.mjs" }, "dsh": { "entry": "./dist/mapscan-host.js", "loader": "./dist/mapscan-plugin.mjs", "half": "host" }, "dependencies": {}, "scripts": { "build": "node scripts/build.mjs", "test": "npm run build && node --test", "test:coverage": "npm run build && node --test --experimental-test-coverage", "lint": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "check": "npm run lint && npm run format:check && npm run test", "install:local": "node scripts/install.mjs", "uninstall:local": "node scripts/uninstall.mjs", "prepack": "npm run check", "prepare": "husky" }, "lint-staged": { "*.{js,mjs}": [ "prettier --write", "eslint --fix" ], "*.{json,yml,yaml,md}": "prettier --write" }, "keywords": [ "dsh", "dsh-plugin", "cordis", "fofa", "shodan", "hunter", "zoomeye", "quake", "cyber-mapping", "osint", "recon" ], "devDependencies": { "eslint": "^9.0.0", "globals": "^16.0.0", "husky": "^9.0.0", "lint-staged": "^16.0.0", "prettier": "^3.0.0" }, "files": [ "dist", "src", "scripts", "docs", "examples", "README.md", "LICENSE", "CHANGELOG.md" ] }