{
  "name": "simple-qr-code-generator",
  "version": "1.0.1",
  "description": "A simple package to convert the string to qr code.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "fs": "^0.0.1-security",
    "qr-image": "^3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/manimirjavadi/simple-qr-code-generator"
  }
}
