{
  "name": "replace-any",
  "description": "Flexible string replacement.",
  "version": "0.1.4",
  "license": "MIT",
  "author": {
    "name": "Daniel Perez Alvarez",
    "email": "unindented@gmail.com",
    "url": "http://unindented.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unindented/replace-any.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean:coverage": "rimraf coverage",
    "clean:dist": "rimraf dist",
    "clean": "run-p clean:*",
    "build:dist": "tsc --project tsconfig.dist.json",
    "build": "run-s clean build:*",
    "test:tslint": "tslint --format verbose --project tsconfig.json",
    "test:jest": "jest --coverage --config config/jest.json",
    "test": "run-s test:*",
    "watch:jest": "jest --watch --config config/jest.json",
    "watch": "run-p watch:*",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/jest": "^22.0.1",
    "jest": "^22.0.5",
    "npm-run-all": "^4.1.2",
    "rimraf": "^2.6.2",
    "ts-jest": "^22.0.1",
    "tslint": "^5.9.1",
    "typescript": "^2.6.2"
  }
}
