{
  "name": "@apiverve/lemmatizer",
  "version": "1.1.9",
  "description": "Lemmatizer is a simple tool for lemmatizing text. It returns the lemmatized text.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apiverve/lemmatizer-API.git"
  },
  "keywords": [
    "lemmatizer","lemmatizer api","lemmatizer tool","lemmatizer software","lemmatizer service"
  ],
  "author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apiverve/lemmatizer-API/issues"
  },
  "homepage": "https://apiverve.com/marketplace/api/lemmatizer?utm_source=npm",
  "devDependencies": {
    "mocha": "^11.0.1",
    "chai": "^5.1.2",
    "dotenv": "^16.4.7"
  },
  "dependencies": {
    "node-fetch": "^3.3.2",
    "promise": "^8.3.0",
    "axios": "1.7.9"
  }
}