iiRecord
Agentic AI Atlas · npm-run-all
library:npm-run-alla5c.ai
II.
Library JSON

library:npm-run-all

Structured · live

npm-run-all json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-ts-utilities-templates.yamlCluster · domain
Record JSON
{
  "id": "library:npm-run-all",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "npm-run-all",
    "belongsToLanguageId": "language:javascript",
    "category": "scripts",
    "description": "CLI tool to run multiple npm-scripts sequentially or in parallel;\nprovides run-s (sequential) and run-p (parallel) shorthands with\nglob pattern support for script names.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:npm-run-all",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:npm-run-all",
      "to": "skill-area:ci-pipeline-optimization",
      "kind": "used_for"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:concurrently",
      "to": "library:npm-run-all",
      "kind": "alternative_to"
    }
  ]
}