find-my-location
Version:
Find user location from their ip
43 lines (42 loc) • 999 B
JSON
{
"name": "find-my-location",
"version": "1.0.3",
"description": "Find user location from their ip",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --config jest.config.json",
"build": "tsc",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nttanh6299/my-location.git"
},
"keywords": [
"ip",
"location",
"geo",
"geo-location"
],
"author": "Tuan Anh Nguyen <nttanh6299@gmail.com> (https://github.com/nttanh6299)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nttanh6299/my-location/issues"
},
"homepage": "https://github.com/nttanh6299/my-location#readme",
"devDependencies": {
"@types/jest": "27.0.2",
"@types/node-fetch": "2.3.0",
"jest": "27.2.3",
"ts-jest": "27.0.5",
"typescript": "4.4.3"
},
"dependencies": {
"is-ip": "3.1.0",
"node-fetch": "2.3.0"
},
"files": [
"dist"
]
}