{
  "name": "@welcome-ui/core",
  "version": "6.4.0",
  "description": "welcome-ui: Core utils",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "node ../../scripts/build.js",
    "test": "jest",
    "types": "rimraf dist/types && tsc --emitDeclarationOnly --declaration --declarationDir dist/types"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WTTJ/welcome-ui.git"
  },
  "keywords": [
    "design-system",
    "react",
    "ariakit",
    "styled-components",
    "styled-system",
    "ui-library",
    "ui",
    "ux",
    "jungle",
    "welcome",
    "WTTJ"
  ],
  "author": "WTTJ <tech@wttj.co>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WTTJ/welcome-ui/issues"
  },
  "dependencies": {
    "@welcome-ui/utils": "^6.4.0",
    "ramda": "^0.30.1"
  },
  "peerDependencies": {
    "@xstyled/styled-components": "^3.7.3",
    "react": "^18.0.0",
    "styled-components": "^5.3.9"
  },
  "gitHead": "dc5e8d08f341b7b9a837cc0d64dcbb99f1dc617b",
  "sideEffects": false,
  "homepage": "https://welcome-ui.com"
}
