All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
95 lines
3.3 KiB
JSON
95 lines
3.3 KiB
JSON
{
|
|
"name": "ol-mapbox-style",
|
|
"version": "8.2.1",
|
|
"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 && 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 --internalNamespace 'types' --name API --hideBreadcrumbs --disableSources --tsconfig tsconfig-typecheck.json && npx concat-md docs --hide-anchor-links=false | npx md-insert README.md -i --region apidoc",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@mapbox/flow-remove-types": "^2.0.0",
|
|
"@rollup/plugin-buble": "^0.21.3",
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
"@rollup/plugin-node-resolve": "^13.2.1",
|
|
"@types/arcgis-rest-api": "^10.4.4",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/offscreencanvas": "^2019.6.4",
|
|
"@types/topojson-specification": "^1.0.1",
|
|
"babel-loader": "^8.0.6",
|
|
"buble": "^0.20.0",
|
|
"buble-loader": "^0.5.1",
|
|
"concat-md": "^0.4.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"coverage-istanbul-loader": "^3.0.5",
|
|
"css-loader": "^6.5.1",
|
|
"deep-freeze": "0.0.1",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-openlayers": "^16.2.3",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"json-strip-loader": "^1.0.5",
|
|
"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.3.7",
|
|
"karma-webpack": "^5.0.0",
|
|
"mapbox-gl-styles": "^2.0.2",
|
|
"md-insert": "^1.0.1",
|
|
"mini-css-extract-plugin": "^2.4.4",
|
|
"mocha": "^10.0.0",
|
|
"nanoassert": "^2.0.0",
|
|
"ol": "^6.14.2-dev.1652464787949",
|
|
"puppeteer": "^15.3.0",
|
|
"remove-flow-types-loader": "^1.1.0",
|
|
"rollup": "^2.70.2",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-unassert": "^0.4.0",
|
|
"should": "^13.2.3",
|
|
"sinon": "^14.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"typedoc": "0.22.18",
|
|
"typedoc-plugin-markdown": "^3.11.14",
|
|
"typedoc-plugin-missing-exports": "^0.23.0",
|
|
"typescript": "^4.6.0-beta",
|
|
"webpack": "^5.62.1",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.4.0"
|
|
}
|
|
}
|