{
  "name": "@mapray/mapray-js",
  "version": "0.9.6",
  "description": "3D Rendering Engine for GIS",
  "keywords": [
    "3D",
    "sdk",
    "api",
    "webgl",
    "map",
    "geospatial",
    "globe"
  ],
  "type": "module",
  "main": "./dist/es/mapray.js",
  "module": "./dist/es/mapray.js",
  "types": "./dist/es/@types/mapray.d.ts",
  "sideEffects": [
    "./dist/es/animation/Type.js"
  ],
  "directories": {
    "doc": "doc"
  },
  "exports": {
    ".": {
      "types": "./dist/es/@types/mapray.d.ts",
      "import": "./dist/es/mapray.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "node build.js",
    "build-min": "node build.js min",
    "build-devel": "node build.js devel",
    "build-watch": "node build.js watch",
    "doc": "typedoc --tsconfig tsconfig.json",
    "doc-devel": "typedoc --tsconfig tsconfig-devel.json",
    "tests-devel": "cross-env webpack --watch --mode=development --env.NODE_ENV=tests",
    "test": "jest",
    "lint": "eslint ./src",
    "lint-file": "eslint"
  },
  "contributors": [
    {
      "name": "Yasuhisa Tanioka"
    },
    {
      "name": "Daisuke Matsumoto",
      "url": "https://github.com/daisuke201"
    },
    {
      "name": "masa-sony"
    },
    {
      "name": "Matsuzaki Shota",
      "url": "https://github.com/ShotaMatsuzaki"
    },
    {
      "name": "sc-onishi"
    },
    {
      "name": "SGA-sato-takamasa"
    },
    {
      "name": "m-watakabe"
    }
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/sony/mapray-js.git"
  },
  "bugs": {
    "url": "https://github.com/sony/mapray-js/issues"
  },
  "homepage": "https://mapray.com",
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/polyfill": "^7.10.1",
    "@babel/preset-env": "^7.8.4",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-strip": "^3.0.2",
    "@rollup/plugin-terser": "^0.4.0",
    "@types/node": "^20.2.3",
    "@typescript-eslint/eslint-plugin": "^5.3.0",
    "@typescript-eslint/parser": "^5.3.0",
    "babel-jest": "^29.4.2",
    "babel-loader": "^9.1.2",
    "core-js": "3",
    "cross-env": "^7.0.0",
    "eslint": "^8.1.0",
    "eslint-config-eslint": "^7.0.0",
    "jest": "^29.4.2",
    "jest-environment-jsdom": "^29.5.0",
    "jest-html-reporter": "^3.10.0",
    "rollup": "^3.15.0",
    "rollup-plugin-base64": "^1.0.1",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^5.0.4",
    "whatwg-fetch": "^3.6.2",
    "chokidar": "^3.5.3"
  },
  "dependencies": {
    "mapbox-gl": "1.13.3",
    "tslib": "^2.2.0"
  }
}
