{
  "name": "@littlespoon/alert",
  "version": "1.4.6",
  "description": "Little Spoon alert",
  "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/link": "1.3.4",
    "@littlespoon/theme": "1.16.0",
    "@littlespoon/typography": "1.8.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/little-spoon-dev/design-system.git",
    "directory": "packages/alert"
  },
  "bugs": {
    "url": "https://github.com/little-spoon-dev/design-system/issues"
  },
  "keywords": [
    "littlespoon",
    "alert"
  ],
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "UNLICENSED",
  "gitHead": "8ad733aac93b036bf547e7dc1acd8d4f8142586f"
}
