{
  "name": "texticide",
  "version": "1.1.0",
  "description": "Identify and Nuke text fragments based using Regular Expresions.",
  "main": "build/txcd.min.js",
  "scripts": {
    "test": "echo Only works when full directory id cloned from GitHub, as it contains a test script: && node tests/main.mjs",
    "build": "rollup --config ./src/rollup.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sokorototo/texticide.git"
  },
  "keywords": [
    "regex",
    "patterns",
    "text",
    "text-mining",
    "sanitize",
    "sanitizer",
    "clean"
  ],
  "author": "Newton Toto <nyachiengatoto@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sokorototo/texticide/issues"
  },
  "homepage": "https://github.com/sokorototo/texticide#readme",
  "files": [
    "build/",
    "README.md"
  ],
  "devDependencies": {
    "rollup": "^2.53.2",
    "rollup-plugin-uglify": "^6.0.4"
  }
} 
