UNPKG

country-state-list

Version:
65 lines (64 loc) 1.65 kB
{ "name": "country-state-list", "version": "1.0.1", "description": "Library for fetching Country, its States", "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": "abdellani@gmail.com", "license": "GPL-3.0", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/abdellani/country-state-list.git" }, "husky": { "hooks": { "pre-commit": "npm test", "pre-push": "npm test" } }, "keywords": [ "Country", "State", "GeoLocation", "Search", "Filter" ], "bugs": { "url": "https://github.com/abdellani/country-state-list/issues" }, "homepage": "https://github.com/abdellani/country-state-list#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" } }