| { | |
| "name": "worldmonitor", | |
| "version": "0.1.3", | |
| "description": "Command-line client for the World Monitor global-intelligence API — script country briefs, risk scores, conflict/cyber/market feeds, and MCP tools without writing an API integration.", | |
| "keywords": [ | |
| "worldmonitor", | |
| "cli", | |
| "osint", | |
| "geopolitics", | |
| "intelligence", | |
| "api-client", | |
| "mcp", | |
| "agent" | |
| ], | |
| "homepage": "https://worldmonitor.app/docs/cli", | |
| "bugs": "https://github.com/koala73/worldmonitor/issues", | |
| "license": "MIT", | |
| "author": "World Monitor", | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/koala73/worldmonitor.git", | |
| "directory": "cli" | |
| }, | |
| "type": "module", | |
| "bin": { | |
| "worldmonitor": "bin/worldmonitor.mjs", | |
| "wm": "bin/worldmonitor.mjs" | |
| }, | |
| "exports": { | |
| ".": "./src/core.mjs", | |
| "./run": "./src/run.mjs" | |
| }, | |
| "main": "./src/core.mjs", | |
| "files": [ | |
| "bin/", | |
| "src/", | |
| "README.md", | |
| "LICENSE" | |
| ], | |
| "engines": { | |
| "node": ">=18.17.0" | |
| }, | |
| "scripts": { | |
| "test": "node --test 'test/**/*.test.mjs'" | |
| }, | |
| "publishConfig": { | |
| "access": "public", | |
| "provenance": true | |
| } | |
| } | |