{
  "name": "@littlespoon/tag",
  "version": "1.3.16",
  "description": "Little Spoon tag",
  "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/icons": "2.1.4",
    "@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/tag"
  },
  "bugs": {
    "url": "https://github.com/little-spoon-dev/design-system/issues"
  },
  "keywords": [
    "littlespoon",
    "tag"
  ],
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "UNLICENSED",
  "gitHead": "8ad733aac93b036bf547e7dc1acd8d4f8142586f"
}
