{
  "name": "prettier-config-etv",
  "version": "1.0.0",
  "description": "Prettier Integration with ESLint/TSLint/Typescript/VanillaJS",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "prettier-config-etv": "bin/index.js"
  },
  "author": {
    "name": "Anurag Jain, Manish Kumar"
  },
  "dependencies": {
    "chalk-pipe": "^3.0.0",
    "inquirer": "^7.1.0",
    "npm": "^6.14.4",
    "prettier": "^2.0.1",
    "tslint": "^6.1.2",
    "typescript": "^3.8.3"
  },
  "devDependencies": {
    "@types/node": "^13.9.8",
    "@types/prettier": "^1.19.1",
    "standard-version": "^7.1.0"
  },
  "keywords": [
    "prettier",
    "prettier-config"
  ],
  "license": "ISC",
  "scripts": {
    "start": "node ./bin/index.js",
    "build": "tsc -p ./tsconfig.json",
    "lint": "tslint -p ./tsconfig.json",
    "prepublish": "npm run build",
    "release": "standard-release"
  }
}
