{
  "name": "string-replace-enhanced",
  "version": "1.0.3",
  "description": "A package to go further with string replace",
  "main": "./lib/sre.js",
  "types": "./lib/sre.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "jest --config jest.config.json",
    "test:watch": "jest --config jest.config.json --watch",
    "commit": "git-cz",
    "build": "webpack --config webpack.config.js && tsc",
    "build:doc": "typedoc --out ./docs ./src --module commonjs",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint --fix --project tsconfig.json",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/artentica/string-replace-enhanced.git"
  },
  "keywords": [
    "nbsp",
    "&nbsp;",
    "non-breaking",
    "space",
    "string",
    "replace",
    "string-replace",
    "string-replace-enhanced",
    "regex"
  ],
  "author": "Riouallon Vincent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artentica/string-replace-enhanced/issues"
  },
  "homepage": "https://artentica.github.io/string-replace-enhanced/",
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.2",
    "@semantic-release/git": "^7.0.7",
    "@semantic-release/npm": "^5.1.3",
    "@types/jest": "^23.3.10",
    "awesome-typescript-loader": "^5.2.1",
    "codecov": "^3.1.0",
    "commitizen": "^3.0.5",
    "cz-conventional-changelog": "^2.1.0",
    "jest": "^23.6.0",
    "prettier": "^1.15.3",
    "semantic-release": "^15.13.2",
    "ts-jest": "^23.10.5",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.17.0",
    "typedoc": "^0.13.0",
    "typescript": "^3.2.2",
    "webpack": "^4.28.1",
    "webpack-cli": "^3.2.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
