{ "name": "ol-mapbox-style", "version": "10.7.0", "description": "Create OpenLayers maps from Mapbox Style objects", "type": "module", "browser": "dist/index.js", "main": "dist/olms.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/olms.js" } }, "repository": { "type": "git", "url": "git://github.com/openlayers/ol-mapbox-style.git" }, "bugs": { "url": "https://github.com/openlayers/ol-mapbox-style/issues" }, "keywords": [ "openlayers", "mapbox", "vector tiles" ], "license": "BSD-2-Clause", "scripts": { "start": "webpack serve --config ./webpack.config.examples.cjs", "prepare": "npm run doc && npm run build", "build": "tsc --project tsconfig-build.json && rollup -c && cross-env esm=true rollup -c && webpack-cli --mode=production --config ./webpack.config.examples.cjs", "doc": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-plugin-missing-exports src/index.js --readme none --excludeExternals --preserveAnchorCasing --hideBreadcrumbs --disableSources --tsconfig tsconfig-typecheck.json && npx concat-md docs --hide-anchor-links=false | npx add-text-to-markdown README.md --section \"API\" --write", "karma": "karma start test/karma.conf.cjs", "lint": "eslint test examples src", "typecheck": "tsc --project tsconfig-typecheck.json", "pretest": "npm run lint && npm run typecheck", "test": "npm run karma -- --single-run --log-level error" }, "dependencies": { "@mapbox/mapbox-gl-style-spec": "^13.23.1", "mapbox-to-css-font": "^2.4.1", "ol": "^7.3.0" }, "devDependencies": { "@mapbox/flow-remove-types": "^2.0.0", "@rollup/plugin-buble": "^1.0.1", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@types/arcgis-rest-api": "^10.4.4", "@types/mocha": "^10.0.0", "@types/offscreencanvas": "^2019.6.4", "@types/topojson-specification": "^1.0.1", "add-text-to-markdown": "^2.0.0", "babel-loader": "^9.1.0", "buble": "^0.20.0", "buble-loader": "^0.5.1", "concat-md": "^0.5.0", "copy-webpack-plugin": "^11.0.0", "coverage-istanbul-loader": "^3.0.5", "cross-env": "^7.0.3", "css-loader": "^6.5.1", "deep-freeze": "0.0.1", "eslint": "^8.2.0", "eslint-config-openlayers": "^18.0.0", "eslint-import-resolver-alias": "^1.1.2", "html-webpack-plugin": "^5.5.0", "karma": "^6.3.4", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.4.0", "karma-webpack": "^5.0.0", "mapbox-gl-styles": "^2.0.2", "mini-css-extract-plugin": "^2.4.4", "mocha": "^10.0.0", "nanoassert": "^2.0.0", "puppeteer": "^21.0.1", "remove-flow-types-loader": "^1.1.0", "rollup": "^2.70.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-unassert": "^0.6.0", "should": "^13.2.3", "sinon": "^15.0.1", "style-loader": "^3.3.1", "typedoc": "0.24.x", "typedoc-plugin-markdown": "^3.15.2", "typedoc-plugin-missing-exports": "^2.0.0", "typescript": "^5.1.3", "webpack": "^5.62.1", "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.4.0" } }