{
  "name": "react-maplibre-gl",
  "version": "1.0.8",
  "description": "A React binding of mablibre-gl-js",
  "main": "lib/index.js",
  "module": "lib-esm/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "rm -rf lib lib-esm",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "tslint --project tsconfig.json",
    "build": "npm run build:commonjs && npm run build:esm",
    "build:commonjs": "tsc -p tsconfig.json",
    "build:esm": "tsc -p tsconfig-esm.json",
    "build:watch": "tsc --watch",
    "prettify": "prettier --write src/*.ts src/*.tsx src/**/*.ts src/**/*.tsx"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "setupFiles": [
      "<rootDir>/src/jest/setupFile.ts"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/src/jest/setupTestFrameworkScriptFile.ts"
    ],
    "browser": true,
    "verbose": true
  },
  "files": [
    "lib",
    "lib-esm",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alex3165/react-mapbox-gl.git"
  },
  "keywords": [
    "mapbox",
    "react",
    "map",
    "webgl",
    "mapbox-gl",
    "react-component"
  ],
  "author": "Alexandre Rieux",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alex3165/react-mapbox-gl/issues"
  },
  "homepage": "https://github.com/alex3165/react-mapbox-gl#readme",
  "dependencies": {
    "@turf/bbox": "4.7.3",
    "@turf/helpers": "4.7.3",
    "@types/supercluster": "^5.0.1",
    "deep-equal": "1.0.1",
    "mapsi-gl": "^3.5.3",
    "supercluster": "^7.0.0"
  },
  "peerDependencies": {
    "mapbox-gl": "^1.12.0",
    "prop-types": "^15.6.2",
    "react": "^16.11.0",
    "react-dom": "^16.11.0"
  },
  "devDependencies": {
    "@types/core-js": "0.9.43",
    "@types/deep-equal": "1.0.1",
    "@types/enzyme": "3.1.14",
    "@types/enzyme-adapter-react-16": "^1.0.3",
    "@types/geojson": "7946.0.4",
    "@types/jest": "24.0.19",
    "@types/node": "18",
    "@types/prettier": "1.10.0",
    "@types/prop-types": "15.5.6",
    "@types/react": "^16.9.11",
    "@types/react-dom": "^16.9.3",
    "@types/recompose": "0.27.0",
    "enzyme": "3.7.0",
    "enzyme-adapter-react-16": "1.6.0",
    "husky": "^0.14.3",
    "jest": "24.9.0",
    "prettier": "1.10.2",
    "prop-types": "15.6.2",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-test-renderer": "16.5.2",
    "recompose": "0.26.0",
    "ts-jest": "24.1.0",
    "tslint": "5.7.0",
    "tslint-react": "3.2.0",
    "typescript": "4"
  }
}
