{
  "name": "markup_highlight",
  "version": "1.3.7",
  "description": "Add markup highlight to the results in web based search interface",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "scripts": {
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "build": "tsc",
    "test": "jest",
    "local": "ts-node src/local.ts",
    "coverage": "jest --coverage",
    "clean-dep": "rimraf node_modules",
    "clean-dist": "rimraf dist coverage",
    "clean": "npm run clean-dist && npm run clean-dep",
    "prepublish": "npm run clean-dist && npm run format && npm run lint && npm run build && npm run test",
    "prepare": "npm run clean-dist && npm run build",
    "prepublishOnly": "npm run prepublish",
    "preversion": "npm run format && npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/abhinavstyquo1989/markup_highlight.git"
  },
  "keywords": [
    "search highlight",
    "markup highlight"
  ],
  "author": "Abhinav Nath Gupta",
  "license": "ISC",
  "homepage": "https://bitbucket.org/abhinavstyquo1989/markup_highlight#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "jest": "^25.2.4",
    "prettier": "^2.0.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^25.3.0",
    "ts-node": "^8.8.1",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.3"
  }
}
