UNPKG

@barguide/icons

Version:

BarGuide.io | React SVG components shared across applications

66 lines (65 loc) 1.71 kB
{ "name": "@barguide/icons", "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 | React SVG components shared across applications", "dependencies": { "@barguide/style-guide": "2.0.25", "react": ">=17" }, "devDependencies": { "@babel/cli": ">=7", "@babel/preset-env": ">=7", "@babel/preset-react": ">=7", "@testing-library/react": ">=11", "@types/react": ">=17", "babel-jest": ">=27", "jest": ">=27", "jest-fetch-mock": ">=3", "rollup": ">=2", "rollup-plugin-typescript2": ">=0.30" }, "engines": { "node": ">=12", "npm": ">=6" }, "files": [ "dist", "src" ], "keywords": [ "barguide.io", "icon", "iconography", "react", "svg", "typescript" ], "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-ext='tsx' --config-tsconfig='packages/barguide/icons/tsconfig.json' -c ../../../build/bundler/rollup.config.babel.js", "build:dev": "NODE_ENV=development npm run build -- -w", "test": "npx jest -c ../../../jest.config.js --testPathPattern='packages/barguide/icons/'", "test:watch": "npm run test -- --watchAll --watch" }, "sideEffects": false, "types": "./dist/index.d.ts", "gitHead": "9f6afa3358e544d28358bc7a0d135cea522308f8" }