checkpassword / package.json
CultriX's picture
Added Application Files
91f3d8e
raw
history blame contribute delete
371 Bytes
{
"name": "password-check-api",
"version": "1.0.0",
"description": "API to check if a password has been breached",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Your Name",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1"
}
}