{
  "author": "Brandon Fry",
  "name": "node-crfpp",
  "version": "1.0.1",
  "main": "./src/node-crfpp.js",
  "description": "Wrapper of the CRF++ library",
  "dependencies": {
    "bindings": "~1.5.0",
    "node-addon-api": "^3.0.0"
  },
  "engines": {
    "node": ">=12.2.0"
  },
  "files": [
    "binding.gyp",
    "/deps",
    "/src"
  ],
  "gypfile": true,
  "scripts": {
    "test": "node --napi-modules ./test/test-node-crfpp.js"
  },
  "keywords": [
    "crf",
    "crf++",
    "node-crfpp",
    "conditional random fields",
    "data science",
    "pattern recognition",
    "machine learning"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brandon-fry/node-crfpp/issues"
  },
  "homepage": "https://github.com/brandon-fry/node-crfpp#readme"
}
