{
  "name": "animal-talk",
  "version": "0.0.9",
  "description": "CLI tool to print out messages spoken by ASCII art animals",
  "main": "./dist/talk.js",
  "scripts": {
    "prepare": "rm -rf ./dist && npx tsc",
    "test": "node_modules/.bin/jest",
    "talk": "node ./dist/lib/talk.js",
    "test:watch": "node_modules/.bin/jest --watch",
    "lint": "node_modules/.bin/eslint ."
  },
  "bin": {
    "animaltalk": "./dist/lib/talk.js"
  },
  "keywords": [
    "animal talk",
    "animal",
    "animals",
    "CLI output",
    "CLI",
    "node cli",
    "talk",
    "talking animals",
    "talking"
  ],
  "author": "Sam De Maeyer",
  "license": "ISC",
  "dependencies": {
    "colors": "^1.4.0",
    "yargs": "^17.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@types/jest": "^27.0.3",
    "@types/node": "^17.0.4",
    "@types/yargs": "^17.0.8",
    "@typescript-eslint/eslint-plugin": "^5.8.0",
    "@typescript-eslint/parser": "^5.8.0",
    "babel-jest": "^27.4.5",
    "eslint": "^7.32.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.5",
    "prettier": "^2.5.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.4"
  }
}
