{
  "name": "next-circle-flags",
  "version": "1.2.0",
  "description": "A Next component with a collection of 300+ minimal circular SVG country flags",
  "author": "SinaPirani(sinapiranidev@gmail.com)",
  "license": "MIT",
  "repository": "sinapirani/next-circle-flags",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.js",
  "engines": {
    "node": ">=10"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "ci": "npm run lint && npm run build:test",
    "build": "microbundle-crl --compress --no-sourcemap --format modern,cjs && shx cp index.d.ts dist/index.d.ts",
    "build:test": "npm run build",
    "start": "microbundle-crl watch --no-compress --format modern,cjs",
    "prepare": "npm run build",
    "test": "cross-env CI=1 react-scripts test --env=jsdom --coverage",
    "test:watch": "react-scripts test --env=jsdom",
    "lint": "eslint src/**/*.js docs/**/*.js"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "next": "^13.0.0 || ^14.0.0 || ^15.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@testing-library/jest-dom": "^6.1.3",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.5.1",
    "@types/jest": "^29.5.5",
    "babel-eslint": "^10.0.3",
    "cross-env": "^7.0.3",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-config-standard-react": "^13.0.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-standard": "^4.1.0",
    "microbundle-crl": "^0.13.11",
    "prettier": "^3.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "^3.0.1",
    "request": "^2.88.2",
    "shx": "^0.3.4"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "next",
    "react",
    "javascript",
    "npm",
    "component",
    "reactjs",
    "nextjs",
    "next-component",
    "react-components",
    "javascript-library",
    "flags",
    "countries",
    "react-component-library",
    "next13"
  ],
  "dependencies": {
    "next": "^13.5.4"
  }
}
