Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:01:05 +08:00
commit 0f9bfa7f56
11 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "destinations-api",
"description": "Complete MCC/MNC list, E.164 & E.212 mapping, mobile country codes, and network identifiers for global telecom operators",
"version": "1.0.0",
"author": {
"name": "Ameed Jamous"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}