Spaces:
Paused
Paused
| { | |
| "name": "validating numbers", | |
| "version": "1.0.0", | |
| "main": "validation.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "node validation.js" | |
| }, | |
| "keywords": [], | |
| "author": "Ayanokoji kiyotaka", | |
| "license": "ISC", | |
| "description": "verifying phone numbers", | |
| "dependencies": { | |
| "cors": "^2.8.5", | |
| "express": "^4.21.1", | |
| "awesome-phonenumber":"^7.2.0" | |
| }, | |
| "devDependencies": {}, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/Ayanokojix2306/obfuscator.git" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/Ayanokojix2306/SOPHIA-MD/issues" | |
| }, | |
| "homepage": "https://github.com/Ayanokojix2306/SOPHIA-MD#readme" | |
| } |