UNPKG

@sbb-esta/icons

Version:

Icon package for the SBB organization

51 lines (50 loc) 1.09 kB
{ "name": "@sbb-esta/icons", "version": "1.8.1", "description": "Icon package for the SBB organization", "repository": "https://github.com/sbb-design-systems/sbb-icons.git", "author": "ESTA", "license": "Apache-2.0", "keywords": [ "icons", "svg", "sbb" ], "scripts": { "extract": "tsx scripts/extract-icons.ts", "prepack": "tsx scripts/build-exports.ts" }, "main": "./icons/index.cjs", "module": "./icons/index.mjs", "es2015": "./icons/index.mjs", "es2017": "./icons/index.mjs", "typings": "./icons/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": [ "icons" ], "publishConfig": { "access": "public" }, "type": "module", "commit-and-tag-version": { "bumpFiles": [ { "filename": "package.json", "type": "json" }, { "filename": "icons/index.json", "type": "json" } ] } }