UNPKG

@littlespoon/icons

Version:
44 lines (43 loc) 1.04 kB
{ "name": "@littlespoon/icons", "version": "2.1.4", "description": "Little Spoon icons", "main": "lib/index.js", "scripts": { "build": "tsc", "build:flowtypes": "flowgen lib && rm -rf lib && mv export.flow.js lib && yarn build", "clean": "rm -rf coverage export.flow.js lib", "lint": "eslint .", "lint:fix": "yarn lint --fix", "lint:tsc": "tsc --noEmit", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@littlespoon/theme": "1.16.0" }, "peerDependencies": { "react": "17 || 18", "styled-components": "4 || 5" }, "repository": { "type": "git", "url": "https://github.com/little-spoon-dev/design-system.git", "directory": "packages/icons" }, "bugs": { "url": "https://github.com/little-spoon-dev/design-system/issues" }, "keywords": [ "littlespoon", "icons" ], "files": [ "lib" ], "publishConfig": { "access": "public" }, "license": "UNLICENSED", "gitHead": "8ad733aac93b036bf547e7dc1acd8d4f8142586f" }