UNPKG

eu-country-check

Version:

Check if given countryCode is part of the European countries

37 lines (36 loc) 876 B
{ "name": "eu-country-check", "version": "1.2.3", "description": "Check if given countryCode is part of the European countries", "homepage": "https://euc-check-docs.vercel.app/", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "tsc -p .", "local-publish": "npm run build && local-package-publisher -p" }, "repository": { "type": "git", "url": "git+https://github.com/Sunny-unik/eu-country-check.git" }, "keywords": [ "isEUCountry", "isEEACountry", "countryCode" ], "author": { "email": "sunnygandhwani027@gmail.com", "name": "Sunny.dev" }, "license": "MIT", "bugs": { "url": "https://github.com/Sunny-unik/eu-country-check/issues" }, "devDependencies": { "@types/node": "^18.7.3", "local-package-publisher": "^1.0.5" }, "engines": { "node": ">= 12" } }