{
  "name": "@prysmex-engineering/ember-mapbox-gl",
  "version": "3.6.2",
  "description": "Ember integration for Mapbox GL JS",
  "keywords": [
    "ember-addon"
  ],
  "homepage": "https://github.com/prysmex/ember-mapbox-gl",
  "repository": "https://github.com/prysmex/ember-mapbox-gl",
  "license": "MIT",
  "author": "Gustavo Rodriguez <gustavo.rodriguez@prysmex.com>",
  "typesVersions": {
    "*": {
      "test-support": [
        "declarations/addon-test-support/index.d.ts"
      ],
      "test-support/*": [
        "declarations/addon-test-support/*",
        "declarations/addon-test-support/*/index.d.ts"
      ],
      "*": [
        "declarations/addon/*",
        "declarations/addon/*/index.d.ts"
      ]
    }
  },
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "scripts": {
    "build": "ember build --environment=production",
    "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
    "lint:css": "stylelint \"**/*.css\"",
    "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
    "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto",
    "lint:hbs": "ember-template-lint .",
    "lint:hbs:fix": "ember-template-lint . --fix",
    "lint:js": "eslint . --cache",
    "lint:js:fix": "eslint . --fix",
    "lint:types": "tsc --noEmit",
    "prepack": "glint -d",
    "postpack": "rimraf declarations",
    "start": "ember serve",
    "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\" --prefixColors auto",
    "test:ember": "ember test",
    "test:ember-compatibility": "ember try:each"
  },
  "dependencies": {
    "@babel/core": "^7.26.0",
    "@ember/render-modifiers": "^2.0.4",
    "ember-auto-import": "^2.10.0",
    "ember-cli-babel": "^8.2.0",
    "ember-cli-htmlbars": "^6.3.0",
    "ember-resources": "^5.4.0",
    "ember-template-imports": "^4.2.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.25.9",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@ember/optional-features": "^2.2.0",
    "@ember/test-helpers": "^4.0.4",
    "@embroider/test-setup": "^4.0.0",
    "@eslint/js": "^9.17.0",
    "@glimmer/component": "^1.1.2",
    "@glimmer/tracking": "^1.1.2",
    "@glint/core": "^1.5.2",
    "@glint/environment-ember-loose": "^1.5.0",
    "@glint/environment-ember-template-imports": "^1.5.0",
    "@glint/template": "^1.5.0",
    "@tsconfig/ember": "^3.0.8",
    "@types/ember__application": "^4.0.0",
    "@types/ember__array": "^4.0.1",
    "@types/ember__component": "^4.0.4",
    "@types/ember__controller": "^4.0.0",
    "@types/ember__debug": "^4.0.1",
    "@types/ember__error": "^4.0.0",
    "@types/ember__helper": "^4.0.3",
    "@types/ember__object": "^4.0.1",
    "@types/ember__polyfills": "^4.0.0",
    "@types/ember__routing": "^4.0.4",
    "@types/ember__runloop": "^4.0.0",
    "@types/ember__service": "^4.0.0",
    "@types/ember__string": "^3.0.9",
    "@types/ember__template": "^4.0.0",
    "@types/ember__test": "^4.0.0",
    "@types/ember__utils": "^4.0.0",
    "@types/eslint__js": "^8.42.3",
    "@types/qunit": "^2.19.7",
    "@types/rsvp": "^4.0.4",
    "@typescript-eslint/eslint-plugin": "^8.18.2",
    "@typescript-eslint/parser": "^8.18.2",
    "broccoli-asset-rev": "^3.0.0",
    "concurrently": "^9.1.0",
    "ember-cli": "~6.1.0",
    "ember-cli-addon-docs": "8.0.8",
    "ember-cli-addon-docs-yuidoc": "1.1.0",
    "ember-cli-clean-css": "^3.0.0",
    "ember-cli-dependency-checker": "^3.3.3",
    "ember-cli-inject-live-reload": "^2.1.0",
    "ember-cli-sri": "^2.1.1",
    "ember-cli-terser": "^4.0.2",
    "ember-get-config": "2.1.1",
    "ember-load-initializers": "^3.0.1",
    "ember-modifier": "^4.2.0",
    "ember-page-title": "^8.2.3",
    "ember-qunit": "^8.1.1",
    "ember-resolver": "^13.1.0",
    "ember-sinon": "^5.0.0",
    "ember-source": "~6.1.0",
    "ember-source-channel-url": "^3.0.0",
    "ember-template-lint": "^6.1.0",
    "ember-try": "^3.0.0",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-decorator-position": "^6.0.0",
    "eslint-plugin-ember": "^12.3.3",
    "eslint-plugin-n": "^17.15.1",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-qunit": "^8.1.2",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "globals": "^15.14.0",
    "loader.js": "^4.7.0",
    "lodash-es": "^4.17.21",
    "mapbox-gl": "^3.24.0",
    "prettier": "^3.4.2",
    "prettier-plugin-ember-template-tag": "^2.0.4",
    "qunit": "^2.23.1",
    "qunit-dom": "^3.4.0",
    "rimraf": "^5.0.1",
    "stylelint": "^16.12.0",
    "stylelint-config-standard": "^36.0.1",
    "stylelint-prettier": "^5.0.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.2",
    "webpack": "^5.97.1"
  },
  "peerDependencies": {
    "lodash-es": "^4.17.21",
    "mapbox-gl": "^3.24.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 18"
  },
  "ember": {
    "edition": "octane"
  },
  "ember-addon": {
    "configPath": "tests/dummy/config"
  },
  "volta": {
    "node": "18.20.3",
    "yarn": "1.22.10"
  }
}
