Spaces:
Sleeping
Sleeping
File size: 371 Bytes
91f3d8e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"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"
}
}
|