{
  "name": "catboost-model",
  "version": "0.25.1-alpha.5",
  "description": "Node bindings for CatBoost library to apply models. CatBoost is a machine learning method based on gradient boosting over decision trees.",
  "repository": {
    "type": "git",
    "url": "https://github.com/catboost/catboost.git",
    "directory": "catboost/node-package"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "node-addon-api": "^1.1.0"
  },
  "scripts": {
    "install": "node ./build_scripts/bootstrap.js install",
    "build": "node ./build_scripts/bootstrap.js build_ya",
    "compile": "node ./build_scripts/bootstrap.js compile",
    "package_prepublish": "node ./build_scripts/bootstrap.js package_prepublish",
    "tsc": "tsc",
    "test": "npm run compile && node ./lib/tests/model.js",
    "clean": "rm -r ./build ./lib ./build_scripts/out ./inc",
    "compile_build_scripts": "node ./build_scripts/bootstrap.js bootstrap"
  },
  "author": "catboost.ai",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^7.10.14",
    "typescript": "^3.6.5"
  }
}
