UNPKG

@mapp-digital/mapp-fonts

Version:

A collection of fonts used in Mapp UIs.

37 lines (36 loc) 1.04 kB
{ "name": "@mapp-digital/mapp-fonts", "version": "0.0.84", "description": "A collection of fonts used in Mapp UIs.", "scripts": { "build": "npm run build:prepare && npm run build:icons && npm run build:wrap", "build:prepare": "rm -rf dist .fantasticon && mkdir -p dist/iconfont .fantasticon", "build:icons": "fantasticon", "build:wrap": "tsc --project ./tsconfig.json && cp -r illustrations dist/ && cp -r .fantasticon/* dist/iconfont/ && rm -rf dist/iconfont/mapp-fonts.ts", "prepublishOnly": "npm run build", "test": "echo 'no tests yet'" }, "repository": { "type": "git", "url": "https://github.com/mapp-digital/mapp-fonts.git" }, "keywords": [ "fonts", "icons", "font", "svg", "iconfont", "mapp" ], "author": "Mapp Digital", "license": "CC-BY-NC-ND-4.0", "devDependencies": { "fantasticon": "1.2.0", "typescript": "4.7.4" }, "files": [ "dist" ], "main": "dist/iconfont/mapp-fonts.js", "typings": "dist/iconfont/mapp-fonts.d.ts" }