{
  "name": "@bloc-in-bloc/itowns",
  "version": "2.40.4-next.11",
  "description": "A JS/WebGL framework for 3D geospatial data visualization",
  "main": "lib/Main.js",
  "exports": {
    ".": "./lib/Main.js",
    "./widgets": "./lib/Utils/gui/Main.js"
  },
  "scripts": {
    "lint": "eslint \"src/**/*.js\" \"test/**/*.js\" \"examples/**/*.js\" \"docs/*.js\"",
    "doc": "jsdoc --readme docs/HOMEPAGE.md -c docs/config.json",
    "doclint": "npm run doc -- -t templates/silent",
    "test": "npm run lint -- --max-warnings=0 && npm run build && npm run test-with-coverage && npm run test-functional",
    "test-dev": "npm run lint -- --max-warnings=0 && npm run build-dev && npm run test-with-coverage && npm run test-functional",
    "test-unit": "npm run base-test-unit test/unit",
    "test-functional": "mocha -t 60000 --require test/hooks_functional.js --recursive test/functional",
    "test-with-coverage": "nyc -n src -r html cross-env npm run test-unit",
    "test-with-coverage_lcov": "nyc -n src --reporter=lcov cross-env npm run test-unit",
    "base-test-unit": "cross-env BABEL_DISABLE_CACHE=1 mocha --require @babel/register --file test/unit/bootstrap.js",
    "build": "cross-env NODE_ENV=production webpack",
    "build-dev": "cross-env NODE_ENV=development webpack",
    "transpile": "cross-env BABEL_DISABLE_CACHE=1 babel src --out-dir lib",
    "start": "cross-env NODE_ENV=development webpack serve",
    "start-https": "cross-env NODE_ENV=development webpack serve --https",
    "debug": "cross-env noInline=true npm start",
    "prepublishOnly": "npm run build && npm run transpile",
    "prepare": "cross-env NO_UPDATE_NOTIFIER=true node ./config/prepare.mjs && node ./config/replace.config.mjs",
    "watch": "cross-env BABEL_DISABLE_CACHE=1 babel --watch src --out-dir lib",
    "changelog": "conventional-changelog -n ./config/conventionalChangelog/config.js -i changelog.md -s",
    "bump": "if [ -z $npm_config_level ]; then grunt bump:minor;  else grunt bump:$npm_config_level; fi && npm run changelog && git add -A && git commit --amend --no-edit",
    "publish-next": "npm version prerelease --preid next && npm publish --access public --tag=next",
    "publish-latest": "npm publish --access public --tag=latest"
  },
  "nyc": {
    "exclude": [
      "**/*ThreeExtended",
      "**/*src/Utils/placeObjectOnGround.js",
      "**/*src/Parser/deprecated/LegacyGLTFLoader.js"
    ]
  },
  "files": [
    "*.md",
    "dist",
    "lib",
    "doc",
    "examples"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iTowns/itowns.git"
  },
  "license": "(CECILL-B OR MIT)",
  "bugs": {
    "url": "https://github.com/iTowns/itowns/issues"
  },
  "homepage": "https://itowns.github.io/",
  "dependencies": {
    "@loaders.gl/las": "^3.4.4",
    "@mapbox/mapbox-gl-style-spec": "^13.28.0",
    "@mapbox/vector-tile": "^1.3.1",
    "@tmcw/togeojson": "^5.6.2",
    "@tweenjs/tween.js": "^18.6.4",
    "brotli-compress": "^1.3.3",
    "earcut": "^2.2.4",
    "js-priority-queue": "^0.1.5",
    "jsbi": "^4.3.0",
    "pbf": "^3.2.1",
    "regenerator-runtime": "^0.13.11",
    "shpjs": "^4.0.4",
    "text-encoding-utf-8": "^1.0.2"
  },
  "peerDependencies": {
    "proj4": "^2.8.0",
    "three": "^0.154.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "@babel/register": "^7.22.5",
    "@types/three": "^0.154.0",
    "babel-inline-import-loader": "^1.0.1",
    "babel-loader": "^9.1.2",
    "babel-plugin-inline-import": "^3.0.0",
    "babel-plugin-minify-dead-code-elimination": "^0.5.2",
    "babel-plugin-minify-replace": "^0.5.0",
    "babel-plugin-module-resolver": "^5.0.0",
    "babel-plugin-transform-jsbi-to-bigint": "^1.4.0",
    "chalk": "^5.2.0",
    "chart.js": "^4.3.0",
    "compare-func": "^2.0.0",
    "conventional-changelog-cli": "^3.0.0",
    "copyfiles": "^2.4.1",
    "core-js": "^3.31.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.43.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-import-resolver-webpack": "^0.13.2",
    "eslint-plugin-import": "^2.27.5",
    "eslint-webpack-plugin": "^4.0.1",
    "github-url-from-git": "^1.5.0",
    "grunt": "^1.6.1",
    "grunt-bump": "^0.8.0",
    "https-proxy-agent": "^7.0.0",
    "jsdoc": "^4.0.2",
    "marked": "^5.1.0",
    "mocha": "^10.2.0",
    "node-fetch": "^2.6.7",
    "nyc": "^15.1.0",
    "proj4": "^2.9.0",
    "puppeteer": "^19.4.0",
    "q": "^1.5.1",
    "replace-in-file": "^7.0.1",
    "three": "^0.154.0",
    "typescript": "^5.1.6",
    "url-polyfill": "^1.1.12",
    "webpack": "^5.87.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1",
    "whatwg-fetch": "^3.6.2"
  }
}
