···9090The `cli/` workspace contains a local connector that enables authenticated npm operations from the web UI. It runs on your machine and uses your existing npm credentials.
91919292```bash
9393-# run the connector in dev mode
9494-pnpm --filter @npmx/connector dev
9595-9696-# or build and run the production version
9797-pnpm --filter @npmx/connector build
9898-node cli/dist/cli.mjs
9393+# run the connector from the root of the repository
9494+pnpm npmx-connector
9995```
1009610197The connector will check your npm authentication, generate a connection token, and listen for requests from npmx.dev.
+1-1
cli/package.json
···11{
22- "name": "@npmx/connector",
22+ "name": "npmx-connector",
33 "version": "0.0.1",
44 "description": "Local connector for npmx.dev - enables authenticated npm operations from the web UI",
55 "license": "MIT",