{
  "name": "rivet-plugin-trouver-parents",
  "version": "0.1.0",
  "description": "A Rivet plugin node that outputs a list of graphs that call the current one as a subgraph.",
  "type": "module",
  "main": "dist/bundle.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "rivet:plugin": true,
  "scripts": {
    "build": "echo nothing to build"
  },
  "keywords": [
    "rivet",
    "plugin",
    "graph",
    "subgraph",
    "node"
  ],
  "author": "erdil",
  "license": "MIT",
  "dependencies": {
    "@ironclad/rivet-core": "^1.13.2"
  }
}