UNPKG

@barguide/style-guide

Version:

BarGuide.io | CSS Style Guide

58 lines (57 loc) 1.5 kB
{ "name": "@barguide/style-guide", "version": "2.0.25", "author": { "name": "Matthew Scholta", "email": "matt@barguide.io", "url": "https://barguide.io" }, "bugs": { "url": "https://github.com/barguide/taps/issues" }, "description": "BarGuide.io | CSS Style Guide", "devDependencies": { "@rollup/plugin-multi-entry": ">=4", "jest": ">=27", "rollup": ">=2", "rollup-plugin-multi-entry": ">=2", "rollup-plugin-postcss": ">=4", "rollup-plugin-typescript2": ">=0.30" }, "engines": { "node": ">=12", "npm": ">=6" }, "files": [ "dist", "src" ], "keywords": [ "barguide.io", "style guide", "css", "branding", "typography" ], "license": "UNLICENSED", "main": "./dist/index.cjs.js", "module": "./dist/index.js", "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/barguide/taps.git" }, "scripts": { "build": "NODE_ENV=production npx rollup --config-tsconfig='packages/barguide/style-guide/tsconfig.json' -c ./rollup.config.babel.js", "build:dev": "NODE_ENV=development npm run build -- -w", "test": "npx jest -c ../../../jest.config.js --testPathPattern='packages/barguide/style-guide/'", "test:watch": "npm run test -- --watchAll --watch" }, "sideEffects": false, "style": "./dist/index.css", "types": "./dist/index.d.ts", "gitHead": "9f6afa3358e544d28358bc7a0d135cea522308f8" }