UNPKG

country-state-city-slim

Version:

Library for fetching Country, its States and Cities (without Cities...)

64 lines (63 loc) 1.69 kB
{ "name": "country-state-city-slim", "version": "2.0.11", "description": "Library for fetching Country, its States and Cities (without Cities...)", "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "test": "jest", "build-ts": "tsc -p tsconfig.json", "build": "npm run build-ts", "lint": "eslint index.ts __test__ --fix" }, "author": "mordy, based on harpreetkhalsagtbit@gmail.com", "license": "GPL-3.0", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/MordyS/country-state-city.git" }, "husky": { "hooks": { "pre-commit": "npm test", "pre-push": "npm test" } }, "keywords": [ "Country", "State", "GeoLocation", "Continents" ], "bugs": { "url": "https://github.com/MordyS/country-state-city/issues" }, "homepage": "https://github.com/MordyS/country-state-city#readme", "devDependencies": { "@types/jest": "^26.0.19", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^7.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "husky": "^4.3.6", "jest": "^26.6.3", "json-minimizer-webpack-plugin": "^3.0.0", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "ts-loader": "^9.2.3", "typescript": "^4.3.2", "webpack": "^5.38.1", "webpack-cli": "^4.7.2" }, "dependencies": { "copy-webpack-plugin": "^9.0.0" } }