UNPKG

@legendaryrob/countrify

Version:

A package to assist in the disection of ISO-3166-1(country) and ISO-3166-2(subdivision) ISO standards.

32 lines (31 loc) 796 B
{ "name": "@legendaryrob/countrify", "version": "2.1.1", "description": "A package to assist in the disection of ISO-3166-1(country) and ISO-3166-2(subdivision) ISO standards.", "main": "index.js", "scripts": { "test": "jest", "lint": "eslint 'src/**/*.js'" }, "keywords": [ "ISO-3166-1", "ISO-3166-2", "countries", "regions", "states" ], "author": "Ruberto Paluo", "license": "MIT", "repository": "Ruberto/countrify", "devDependencies": { "babel-eslint": "^10.0.1", "eslint": "^5.3.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "4.2.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.13.0", "jest": "^24.7.1", "prettier": "1.17.0" } }