{
  "name": "@microsoft/recognizers-text",
  "version": "1.3.1",
  "description": "recognizers-text provides base classes for robust recognition and resolution of text entities.",
  "author": "Microsoft Corp.",
  "license": "MIT",
  "keywords": [
    "nlp",
    "nlp-entity-extraction",
    "entity-extraction",
    "parser-library"
  ],
  "main": "dist/recognizers-text.umd.js",
  "module": "dist/recognizers-text.es5.js",
  "typings": "dist/types/recognizers-text.d.ts",
  "browser": "dist/recognizers-text.browser.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/Recognizers-Text"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/Recognizers-Text/issues"
  },
  "engines": {
    "node": ">=10.3.0"
  },
  "scripts": {
    "clean-build": "rimraf dist && rimraf compiled",
    "prepare": "npm run clean-build && tsc && rollup -c"
  }
}
