country-code-enum
Version:
Country and currency code in const Enum
35 lines (34 loc) • 720 B
JSON
{
"name": "country-code-enum",
"version": "1.0.5",
"description": "Country and currency code in const Enum",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"deploy": "npm run build && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"country",
"country code",
"country enum",
"currency",
"currency code",
"currency enum"
],
"files": [
"dist",
"package.json",
"README.md"
],
"author": "ninthsun91",
"repository": {
"type": "git",
"url": "https://github.com/ninthsun91/country-code-enum"
},
"license": "MIT",
"devDependencies": {
"typescript": "^5.3.3"
}
}