{
  "name": "sha-1",
  "version": "1.0.0",
  "description": "This is a SHA-1 hash generator by JavaScript.",
  "main": "dist/sha1.cjs.js",
  "module": "dist/sha1.esm.js",
  "browser": "dist/sha1.umd.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "rollup -c -w",
    "build": "rollup -c",
    "prepublishOnly": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/linkgod/SHA-1.git"
  },
  "keywords": [
    "SHA-1",
    "sha1",
    "hash",
    "encryption"
  ],
  "author": "Hsun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/linkgod/SHA-1/issues"
  },
  "devDependencies": {
    "rollup": "^2.18.1"
  }
}
