otp-alternate
Version:
Publish the first npm package
18 lines (17 loc) • 415 B
JSON
{
"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"
}
}