{
  "name": "renkin",
  "type": "module",
  "collaborators": [
    "kent-tokyo <kent-tokyo@users.noreply.github.com>"
  ],
  "description": "Ultra-fast retrosynthesis engine for computer-aided synthesis planning (CASP) — pure Rust, WASM-ready, Python bindings via PyO3",
  "version": "1.0.8",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kent-tokyo/renkin"
  },
  "files": [
    "renkin_bg.wasm",
    "renkin.js",
    "renkin.d.ts"
  ],
  "main": "renkin.js",
  "homepage": "https://github.com/kent-tokyo/renkin",
  "types": "renkin.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "retrosynthesis",
    "cheminformatics",
    "chemistry",
    "wasm",
    "drug-discovery"
  ]
}