UNPKG

pn-design-assets

Version:

Icons, SCSS, and more for PostNord Graphical Guidelines

46 lines (45 loc) 1.24 kB
{ "name": "pn-design-assets", "version": "2.0.2", "description": "Icons, SCSS, and more for PostNord Graphical Guidelines", "author": "PostNord UX-Team", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://bitbucket.org/avupublicapis/pn-design-guidelines.git" }, "unpkg": "./pn-assets/style.css", "files": [ "pn-assets/*" ], "scripts": { "icons": "node ./scripts/createIconsFile.js", "flags": "node ./scripts/createFlagsFile.js", "illustrations": "node ./scripts/createIllustrationsFile.js", "colors": "node ./scripts/createColorFile.js", "styles": "node ./scripts/createCssFile.js", "generate": "npm run icons && npm run flags && npm run illustrations && npm run colors && npm run styles", "build": "npm run generate && tsc", "bom": "cyclonedx-bom -o bom.xml --include-dev" }, "devDependencies": { "typescript": "^5.7.2", "@cyclonedx/bom": "^3.10.6", "@types/node": "^22.10.0", "prettier": "^3.4.0", "svgo": "^3.3.2", "sass": "1.82.0" }, "keywords": [ "postnord", "svg", "scss", "flags", "icons", "guidelines" ], "license": "Creative Commons Attribution-Noncommercial-No Derivative Works 3.0", "type": "module" }