{
  "name": "@pipcook/boa",
  "version": "1.3.1",
  "description": "Use Python modules seamlessly in Node.js",
  "main": "lib/index.js",
  "scripts": {
    "clean": "sh tools/clean-python.sh && make -C ./pybind11/ clean",
    "preinstall": "node tools/check-dependence.js && make -C ./pybind11/ && node tools/install-python.js && node tools/install-requirements.js",
    "postinstall": "npm run build",
    "test": "npm run test:js && npm run test:ts",
    "test:js": "tape ./tests/**/*.js",
    "test:ts": "ts-node ./node_modules/.bin/tape ./tests/**/*.ts",
    "cov": "nyc --reporter=text-summary npm run test",
    "cov:report": "nyc report -r=lcov",
    "lint": "eslint . -c .eslintrc.js --no-eslintrc && ./clang-format.py",
    "build": "npm run compile",
    "pretest": "npm run lint",
    "codecov": "nyc report --reporter=lcovonly && codecov",
    "htmlcov": "nyc report --reporter=html",
    "compile": "node-gyp configure && node-gyp build"
  },
  "bin": {
    "bip": "./tools/bip.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/alibaba/pipcook.git"
  },
  "keywords": [
    "python",
    "pybind11"
  ],
  "gypfile": true,
  "author": "Yorkie Liu <yorkiefixer@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alibaba/pipcook/issues"
  },
  "homepage": "https://github.com/alibaba/pipcook#readme",
  "dependencies": {
    "bindings": "^1.5.0",
    "debug": "^4.1.1",
    "node-addon-api": "^3.0.0"
  },
  "devDependencies": {
    "@types/tape": "^4.13.0",
    "codecov": "^3.6.5",
    "eslint": "^6.7.2",
    "nyc": "^15.1.0",
    "tape": "^5.0.1",
    "ts-node": "^8.6.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "174444aa93568ea63f30cc18a131987a9652edc9"
}
