{
  "name": "otp-alternate",
  "version": "1.1.3",
  "description": "Publish the first npm package",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "npx nodemon nodemon index.js",
    "test": "npx nodemon nodemon test.js"
  },
  "keywords": ["otp","otp-generator", "Practise", "testing"],
  "author": "Anush Kumar",
  "license": "ISC",
  "dependencies": {
    "otp-generator": "^4.0.1"
  }
}
