{
  "name": "better-name",
  "version": "0.7.3",
  "description": "CLI to rename ES2015 module files",
  "bin": {
    "better-name": "lib/cli.js"
  },
  "scripts": {
    "clean": "rimraf lib built coverage",
    "compile": "tsc",
    "lint": "tslint -p .",
    "test": "jest",
    "prepare": "yarn compile && cpx \"built/src/**/*\" lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Quramy/better-name.git"
  },
  "keywords": [
    "refactor"
  ],
  "author": "Quramy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Quramy/better-name/issues"
  },
  "homepage": "https://github.com/Quramy/better-name#readme",
  "devDependencies": {
    "@types/babel-traverse": "^6.25.3",
    "@types/babylon": "^6.16.2",
    "@types/glob": "^5.0.35",
    "@types/jest": "^22.2.2",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^12.7.5",
    "@types/prettier": "^1.12.0",
    "@types/rimraf": "^2.0.2",
    "@types/yargs": "^11.0.0",
    "coveralls": "^3.0.0",
    "cpy-cli": "^1.0.1",
    "jest": "^22.4.3",
    "ts-jest": "^22.4.2",
    "tslint": "^5.10.0",
    "tslint-eslint-rules": "^5.1.0",
    "tslint-language-service": "^0.9.9"
  },
  "dependencies": {
    "@babel/traverse": "^7.0.0-beta.46",
    "@babel/types": "^7.0.0-beta.46",
    "babylon": "^7.0.0-beta.46",
    "glob-all": "^3.1.0",
    "mkdirp": "^0.5.1",
    "prettier": "^1.12.1",
    "rimraf": "^2.6.2",
    "typescript": "^3.5.0",
    "yargs": "^11.0.0"
  },
  "jest": {
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testRegex": "(integration-test/.*|(src/.*\\.test))\\.ts$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "\\.d\\.ts$",
      "built/",
      "simple_ts_prj/"
    ],
    "moduleFileExtensions": [
      "js",
      "ts",
      "json"
    ],
    "testURL": "http://localhost/"
  }
}
