UNPKG

country-list-with-dial-code-and-flag

Version:
66 lines (65 loc) 1.74 kB
{ "name": "country-list-with-dial-code-and-flag", "version": "5.1.0", "description": "Country list with dial code and flag", "main": "dist/index.js", "scripts": { "dev": "webpack serve --config webpack.cdn.config.js", "build": "rm -rf dist && webpack && webpack --config webpack.cdn.config.js", "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"", "lint": "eslint ./src/**/*.ts \"__tests__/**/*.ts\"", "lint:fix": "eslint ./src/**/*.ts \"__tests__/**/*.ts\" --fix", "test": "jest", "prepare": "husky install" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "**/*.{ts,tsx,json}": [ "npm run format", "npm run lint:fix" ] }, "license": "ISC", "keywords": [ "country", "flag", "dial code", "phone", "country code", "npm", "javascript" ], "repository": { "type": "git", "url": "https://github.com/necessarylion/country-list-with-dial-code-and-flag" }, "author": { "name": "AJ" }, "devDependencies": { "@types/google-libphonenumber": "^7.4.23", "@types/jest": "^29.2.0", "@types/node": "^18.11.5", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "eslint": "^8.37.0", "google-libphonenumber": "^3.2.32", "html-webpack-plugin": "^5.5.0", "husky": "^8.0.0", "jest": "^29.2.2", "jest-environment-jsdom": "^29.5.0", "lint-staged": "^13.2.0", "prettier": "^2.7.1", "terser-webpack-plugin": "^5.3.7", "ts-jest": "^29.0.3", "ts-loader": "^9.4.2", "typescript": "^4.8.4", "webpack": "^5.77.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.13.1" } }