{
  "name": "otp-gen-agent",
  "version": "1.1.6",
  "description": "A small and secure one time password (otp) generator for Javascript based on nanoid",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=lcov node_modules/mocha/bin/_mocha test/*test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manisuec/otp-gen.git"
  },
  "keywords": [
    "otp",
    "nanoid",
    "otp generator"
  ],
  "author": "Manish Prasad",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manisuec/otp-gen/issues"
  },
  "homepage": "https://github.com/manisuec/otp-gen#readme",
  "devDependencies": {
    "chai": "^4.3.4",
    "chai-string": "^1.6.0",
    "mocha": "^9.1.3",
    "nyc": "^15.1.0"
  },
  "dependencies": {
    "nanoid": "^3.1.30"
  }
}
