{
  "name": "duhportinf",
  "version": "0.4.0",
  "description": "library to match flat named port list to library of bus specifications",
  "scripts": {
    "preinstall": ".npm-install/check-py.sh",
    "gen-reqs": ".npm-install/gen-local-req.py requirements.txt local-pylib-requirements.txt",
    "install-pyreqs": "pip3 install --target $PWD/pylib -r local-pylib-requirements.txt",
    "install": "npm run -s gen-reqs && npm run -s install-pyreqs && pip3 install --target $PWD/pylib ."
  },
  "bin": {
    "duh-portinf": ".npm-install/duhportinf-bin.py",
    "duh-portbundler": ".npm-install/duhportbundler-bin.py"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sifive/duhportinf.git"
  },
  "keywords": [
    "duh",
    "inference"
  ],
  "author": "alex bishara",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sifive/duhportinf/issues"
  },
  "homepage": "https://github.com/sifive/duhportinf#readme",
  "dependencies": {
    "duh-bus": "^0.5.0"
  }
}
