{
    "name": "buddhi-nlp",
    "version": "0.1.3",
    "description": "BuddhiNLP is an open-source natural language processing tool for intent classification and response retrieval for building chatbots.",
    "main": "src/index.js",
    "scripts": {
        "build-test": ""
    },
    "author": "Buddhi Kavindra Ranasinghe",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/Buddhilive/buddhi-nlp"
    },
    "keywords": [
        "javascript",
        "nodejs",
        "NLP",
        "chatbots",
        "natuaral language processing",
        "tensorflow",
        "tensorflowjs"
    ],
    "dependencies": {
        "@tensorflow/tfjs": "^1.6.0",
        "@tensorflow/tfjs-node": "^1.7.0"
    },
    "bugs": {
        "url": "https://github.com/Buddhilive/buddhi-nlp/issues"
    },
    "homepage": "https://github.buddhilive.com"
}