{
  "name": "fin-urls",
  "version": "1.0.4",
  "description": "detecting URLs emails and IPs for Fin NLP",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "ts-node test/test.ts",
    "build": "tsc",
    "prepublish": "ts-node test/test.ts && tsc"
  },
  "dependencies": {
    "anchorme": "^1.0.4"
  },
  "devDependencies": {
    "@types/node": "^7.0.11",
    "finnlp": "^1.0.28"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FinNLP/fin-urls.git"
  },
  "keywords": [
    "detecting",
    "URLs",
    "emails",
    "and",
    "IPs",
    "for",
    "Fin",
    "NLP"
  ],
  "author": "Alex Corvi <alex@arrayy.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FinNLP/fin-urls/issues"
  },
  "homepage": "https://github.com/FinNLP/fin-urls#readme"
}
