test-numbers-generator
Version:
Generate and validate European test phone numbers (mobile and landline) in safe, non-existent ranges.
38 lines (37 loc) • 834 B
JSON
{
"name": "test-numbers-generator",
"version": "1.2.3",
"description": "Generate and validate European test phone numbers (mobile and landline) in safe, non-existent ranges.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm test"
},
"keywords": [
"test",
"phone",
"number",
"generator",
"validator",
"europe",
"mobile",
"landline"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node-fetch": "^2.6.13",
"jest": "^30.0.5",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"node-fetch": "^2.7.0",
"test-numbers-generator": "^1.1.0"
}
}