{
  "name": "@rzaniboni/starwars-names",
  "version": "1.2.0",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "test": "jest .",
    "test:watch": "npm test -- --watch",
    "lint": "eslint src",
    "format": "npm run prettier -- --write",
    "prettier": "prettier \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx)\"",
    "validate": "npm run lint && npm run prettier -- --list-different",
    "release": "np"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rzaniboni/starwars-names.git"
  },
  "keywords": [],
  "author": "Roberto Zaniboni <zaniboni@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rzaniboni/starwars-names/issues"
  },
  "homepage": "https://github.com/rzaniboni/starwars-names#readme",
  "dependencies": {
    "unique-random-array": "1.0.1"
  },
  "devDependencies": {
    "eslint": "5.12.1",
    "eslint-config-prettier": "3.6.0",
    "husky": "1.3.1",
    "jest": "23.6.0",
    "lint-staged": "8.1.0",
    "np": "3.1.0",
    "prettier": "1.16.0"
  }
}
