{
  "name": "string-swaper",
  "version": "1.0.1",
  "description": "Simple module to swap substrings in string, written in TypeScript",
  "main": "src/StringSwaper.ts",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Taras-S/StringSwaper.git"
  },
  "keywords": [
    "typescript",
    "string",
    "swap",
    "substring"
  ],
  "author": "Taras S",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/Taras-S/StringSwaper/issues"
  },
  "homepage": "https://github.com/Taras-S/StringSwaper#readme"
}
