@andreasnicolaou/country-kit
Version:
A comprehensive package for working with country data. Includes ISO codes, names in multiple languages, capitals, currencies, continents and more.
80 lines (79 loc) • 2.15 kB
JSON
{
"name": "@andreasnicolaou/country-kit",
"version": "2.2.0",
"description": "A comprehensive package for working with country data. Includes ISO codes, names in multiple languages, capitals, currencies, continents and more.",
"main": "dist/index.js",
"private": false,
"types": "dist/types/index.d.ts",
"type": "module",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:ci": "cross-env JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=default --reporters=jest-junit",
"test:coverage": "jest --coverage",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/andreasnicolaou/country-kit.git"
},
"bugs": {
"url": "https://github.com/andreasnicolaou/country-kit/issues"
},
"author": {
"name": "Andreas Nicolaou",
"email": "anicolaou66@gmail.com"
},
"license": "MIT",
"sideEffects": false,
"keywords": [
"country data",
"ISO codes",
"countries",
"geography",
"internationalization",
"translations",
"TypeScript",
"country information",
"geolocation",
"multi-language support"
],
"jest": {
"transform": {
"^.+\\.(ts)$": [
"ts-jest"
]
},
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/eslintrc": "^3.3.5",
"@types/jest": "^30.0.0",
"@types/node": "^25.4.0",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"eslint": "^10.0.3",
"cross-env": "^10.1.0",
"jest-junit": "^16.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier-plugin-organize-imports": "^4.3.0",
"jest": "^30.2.0",
"prettier": "3.8.1",
"terser": "^5.46.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}