[object Object]

← back to Domain Sniper

package.json: wire npm scripts for inspect + drops:list + drops:pull

49089a1255f748939f90eee731a2289d17dd3cd5 · 2026-05-12 17:16:52 -0700 · steve

Adds discoverable surface so 'npm run' lists the new tooling next to
the existing watcher/honeypot scripts. Also logged 3.66h slice 4-5
RECHECK datapoint: still 0/10 (no late snipes between 3.24h and 3.66h).

Files touched

Diff

commit 49089a1255f748939f90eee731a2289d17dd3cd5
Author: steve <steve@designerwallcoverings.com>
Date:   Tue May 12 17:16:52 2026 -0700

    package.json: wire npm scripts for inspect + drops:list + drops:pull
    
    Adds discoverable surface so 'npm run' lists the new tooling next to
    the existing watcher/honeypot scripts. Also logged 3.66h slice 4-5
    RECHECK datapoint: still 0/10 (no late snipes between 3.24h and 3.66h).
---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index 4a68dba..56521f9 100644
--- a/package.json
+++ b/package.json
@@ -15,8 +15,11 @@
     "watch:brand": "node brand-typo-watcher.js",
     "dashboard": "node dashboard.js",
     "watch:drops": "node watch-drops.js",
+    "drops:list": "node watch-drops.js list-sources",
+    "drops:pull": "node watch-drops.js pull",
     "honeypot:lure": "node honeypot.js lure",
     "honeypot:check": "node honeypot.js check",
+    "inspect": "node inspect.js",
     "register": "node register.js"
   },
   "dependencies": {

← 94015c2 inspect.js: pretty-print snipe-timing curve from honeypot-sp  ·  back to Domain Sniper  ·  brand-typo-watcher: suppress known-noise patterns (Let's Enc 549f3fb →