{
  "name": "sha1-generator",
  "version": "1.0.0",
  "main": "src/index.js",
  "license": "Apache-2.0",
  "scripts": {
    "start": "node src/index.js",
    "format": "prettier src/index.js --write"
  },
  "description": "A simple sha1 generator script",
  "repository": "git@github.com:leeorf/sha1-generator.git",
  "author": "Leo Rodrigues <leo.rf.dev@gmail.com>",
  "dependencies": {
    "clipboardy": "^3.0.0",
    "readline-sync": "^1.4.10"
  },
  "type": "module",
  "bin": {
    "sha1-generator": "./index.js"
  }
}