UNPKG

country-currency-phone

Version:

Provides countries, currencies and phone codes base on ISO names, symbols and codes.

60 lines (59 loc) 1.5 kB
{ "name": "country-currency-phone", "version": "0.1.11", "description": "Provides countries, currencies and phone codes base on ISO names, symbols and codes.", "license": "MIT", "main": "build/index.js", "engines": { "node": ">=14.0.0" }, "scripts": { "lint": "gts lint", "clean": "gts clean", "compile": "tsc && mkdir -p build/ && cp src/db.json build/src", "fix": "gts fix", "test": "mocha -r ts-node/register --project tsconfig.json */**/*.test.ts", "test:cov": "nyc --reporter=lcov --reporter=text pnpm run test ", "publish": "pnpm publish --filter country-currency-phone --tag latest --access public --no-git-checks" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.1", "@types/node": "^18.7.23", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", "chai": "^4.3.6", "eslint": "^8.24.0", "gts": "^3.1.1", "mocha": "^9.2.2", "nyc": "^15.1.0", "ts-node": "^10.9.1", "typescript": "^4.8.3" }, "author": { "name": "Majid Yaghouti", "email": "majid.yaghouti@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/yaghouti/country-currency-phone" }, "keywords": [ "country", "currency", "phone", "iso", "alpha2", "alpha-2", "alpha3", "alpha-3", "phone-code" ], "nyc": { "all": true, "include": "src/*", "exclude": [ "**/*.test.ts" ] } }