← back to Api Token Dashboard

package.json

10 lines

{
  "name": "api-token-dashboard",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Read-only live status dashboard for all API keys & OAuth token connections, with per-item fix links.",
  "main": "server.mjs",
  "scripts": { "start": "node server.mjs" }
}