{
  "name": "truncate-element",
  "version": "2.4.1",
  "description": "With this package, you can make any changes you want on the text. Don't worry about the framework. It is a custom element and is compatible with all JavaScript frameworks.",
  "main": "truncate-element.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack-dev-server --open",
    "webpack": "webpack --config webpack.config.prod.js",
    "dev": "webpack-dev-server --config webpack.config.js",
    "build": "tsc && tsc -m es6 --outDir dist && npm run webpack"
  },
  "keywords": [
    "truncate text",
    "truncate-text",
    "shortening text",
    "shortening-text",
    "truncate",
    "shortening",
    "finding hashtag",
    "find hashtag",
    "finding-hashtag",
    "recognize hashtag",
    "recognize-hashtag",
    "hashtag",
    "mention",
    "find mention",
    "find-mention",
    "highlight",
    "highlight word",
    "highlight-word",
    "word coloring",
    "word-coloring",
    "custom element",
    "custom-element",
    "web component",
    "web-component",
    "react",
    "angular",
    "vue",
    "identifying url",
    "recongnizing url",
    "identifying-url",
    "recognizing-url"
  ],
  "author": {
    "name": "Rouhollah Torshizi",
    "email": "torshizi1@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Rouhollah/truncate-element/issues"
  },
  "license": "ISC",
  "homepage": "https://github.com/Rouhollah/truncate-element#readme",
  "devDependencies": {
    "html-loader": "^4.2.0",
    "html-webpack-plugin": "^5.5.0",
    "terser-webpack-plugin": "^5.3.6",
    "ts-loader": "^9.4.1",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1"
  }
}