find-user-country
Version:
Find your user country
29 lines • 514 B
JSON
{
"name": "find-user-country",
"version": "0.1.1",
"description": "",
"main": "./dist/index.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"try": "npm run build && node ."
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"license": "MIT",
"author": "",
"keywords": [
"find",
"find-user-country",
"find-country",
"country-code"
],
"devDependencies": {
"typescript": "^5.7.3",
"@types/node": "^22.13.1"
}
}