@stacrypt/world-countries-info
Version:
List of countries with useful info, and search functions
35 lines (34 loc) • 836 B
JSON
{
"name": "@stacrypt/world-countries-info",
"version": "0.1.3",
"description": "List of countries with useful info, and search functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "tsc && jest --config jestconfig.json",
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stacrypt/world-countries-info.git"
},
"keywords": [
"contries",
"alpha2",
"alpha3",
"flags",
"dial_number_prefixes"
],
"author": "so-heil",
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^27.0.4",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
}
}