country-data-find
Version:
Information about countries - like their ISO (2/3) codes, names, and currencies.
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "country-data-find",
"version": "1.1.1",
"description": "Information about countries - like their ISO (2/3) codes, names, and currencies.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"data/"
],
"scripts": {
"test": "mocha",
"type-test": "tsc --noEmit --skipLibCheck test/index.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lasalasa/country-data-find.git"
},
"keywords": [
"country",
"data",
"ISO2",
"ISO3",
"code",
"currencies",
"lookup",
"names"
],
"author": "Lasalasa",
"license": "MIT",
"bugs": {
"url": "https://github.com/lasalasa/country-data-find/issues"
},
"homepage": "https://github.com/lasalasa/country-data-find#readme",
"devDependencies": {
"@types/node": "^24.0.14",
"mocha": "^11.1.0",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"fuse.js": "^7.1.0"
}
}