Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| } | |