{
  "name": "rete",
  "version": "2.0.6",
  "description": "JavaScript framework",
  "author": "Vitaliy Stoliarov",
  "license": "MIT",
  "keywords": [
    "dataflow",
    "visual programming",
    "node editor",
    "rete",
    "Rete.js"
  ],
  "homepage": "https://retejs.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/retejs/rete.git"
  },
  "bugs": {
    "url": "https://github.com/retejs/rete/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.21.0"
  },
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "module": "rete.esm.js",
  "main": "rete.common.js",
  "jsdelivr": "rete.min.js",
  "unpkg": "rete.min.js",
  "types": "_types/index.d.ts",
  "typings": "_types/index.d.ts"
}
