UNPKG

@sbb-esta/pictograms

Version:

Pictogram package for the SBB organization

52 lines (51 loc) 1.13 kB
{ "name": "@sbb-esta/pictograms", "version": "0.1.0", "description": "Pictogram package for the SBB organization", "repository": "https://github.com/sbb-design-systems/sbb-pictograms.git", "author": "ESTA", "license": "Apache-2.0", "keywords": [ "pictograms", "picto", "svg", "sbb" ], "scripts": { "extract": "tsx scripts/extract-pictograms.ts", "prepack": "tsx scripts/build-exports.ts" }, "main": "./picto/index.cjs", "module": "./picto/index.mjs", "es2015": "./picto/index.mjs", "es2017": "./picto/index.mjs", "typings": "./picto/index.d.ts", "devDependencies": { "@types/node": "20.14.2", "commit-and-tag-version": "12.4.1", "figma-js": "1.15.0", "octokit": "2.0.3", "svgo": "3.3.2", "tsx": "4.15.6", "typescript": "5.4.5" }, "files": [ "picto" ], "publishConfig": { "access": "public" }, "type": "module", "standard-version": { "bumpFiles": [ { "filename": "package.json", "type": "json" }, { "filename": "picto/index.json", "type": "json" } ] } }