UNPKG

mapbox-to-css-font

Version:

Utility to convert Mapbox GL Style font names to CSS font definitions

36 lines (35 loc) 940 B
{ "name": "mapbox-to-css-font", "version": "3.0.3", "description": "Utility to convert Mapbox GL Style font names to CSS font definitions", "type": "module", "module": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git://github.com/openlayers/mapbox-to-css-font.git" }, "keywords": [ "mapbox", "font" ], "author": "Andreas Hocevar", "license": "BSD-2-Clause", "scripts": { "lint": "eslint *.js test", "typecheck": "tsc --noEmit -p tsconfig.build.json", "pretest": "npm run lint && npm run typecheck", "test": "mocha test/index.test.js", "prepare": "tsc --emitDeclarationOnly -p tsconfig.build.json" }, "main": "index.js", "devDependencies": { "eslint": "^5.15.0", "eslint-config-openlayers": "^11.0.0", "karma-mocha": "^2.0.1", "mocha": "^10.2.0", "should": "^13.2.3", "sinon": "^7.2.7", "typescript": "^5.5.3" } }