{
  "license": "MIT",
  "version": "1.0.30",
  "name": "ts-turkey-map",
  "main": "./build/TurkeyMap.js",
  "module": "./build/TurkeyMap.web.js",
  "types": "./build/index.d.ts",
  "description": "Customizable Turkey map with TypeScript and React 19 support",
  "author": "Corevider <info@corevider.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/corevider/ts-turkey-map.git"
  },
  "homepage": "https://github.com/corevider/ts-turkey-map#readme",
  "bugs": {
    "url": "https://github.com/corevider/ts-turkey-map/issues"
  },
  "files": [
    "build/*.js",
    "build/*.d.ts",
    "build/*.d.ts.map",
    "README.md",
    "license"
  ],
  "scripts": {
    "dev": "vite example --port 1234",
    "build": "npm run build1 && npm run build2 && npm run build-types",
    "build1": "webpack --config webpack.config.js",
    "build2": "rm -f ./build/TurkeyMap.js.LICENSE.txt && rm -f ./build/TurkeyMap.web.js.LICENSE.txt",
    "build-types": "tsc --emitDeclarationOnly --outDir build",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "@emotion/react": "^11.11.4",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.6",
    "@babel/plugin-transform-runtime": "^7.24.6",
    "@babel/preset-env": "^7.24.6",
    "@babel/preset-react": "^7.24.6",
    "@babel/preset-typescript": "^7.24.6",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "babel-loader": "^9.1.3",
    "parcel": "^2.12.0",
    "process": "^0.11.10",
    "sass": "^1.77.4",
    "standard": "^17.1.0",
    "ts-loader": "^9.5.1",
    "typescript": "^5.4.5",
    "vite": "^5.0.0",
    "@vitejs/plugin-react": "^4.0.0",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "keywords": [
    "map",
    "ts",
    "react",
    "harita",
    "turkey",
    "turkiye",
    "turkey-map",
    "turkiye-haritasi",
    "react-turkey-map",
    "react-turkiye-haritasi",
    "typescript",
    "turkiye-map"
  ]
}
