{
  "name": "@chaine/keychaine",
  "author": "Design @ Chaine, Inc.",
  "version": "2.5.1",
  "main": "lib/index.js",
  "module": "lib-esm/index.js",
  "typings": "lib/index.d.ts",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chaineapp/keychaine.git"
  },
  "scripts": {
    "predist": "rm -rf dist & rm -rf lib & rm -rf lib-esm& rm -rf build",
    "clean": "yarn predist && yarn clean:modules && yarn clean:declarations && yarn clean:maps && yarn",
    "clean:modules": "rm -rf node_modules yarn.lock",
    "clean:declarations": "find . -name \"*.d.ts\" -type f -delete",
    "clean:maps": "find . -name \"*.d.ts.map\" -type f -delete",
    "dist": "concurrently yarn:dist:*",
    "dist:rollup": "cross-env NODE_ENV=production rollup -c",
    "dist:transpile:cjs": "cross-env BABEL_MODULE=commonjs babel src --out-dir lib --extensions '.js,.ts,.jsx,.tsx'",
    "dist:transpile:esm": "babel src --out-dir lib-esm --extensions '.js,.ts,.jsx,.tsx'",
    "build": "rollup -c",
    "build-types": "tsc",
    "copytypes": "concurrently yarn:copytypes:*",
    "copytypes:esm-types": "copyfiles -u 1 \"./src/**/*.d.ts\" ./lib-esm",
    "copytypes:lib-types": "copyfiles -u 1 \"./src/**/*.d.ts\" ./lib",
    "prepare-package": "yarn clean && yarn dist && yarn build && yarn build-types && yarn copytypes",
    "lint": "eslint '**/*.{js,ts,tsx}'",
    "lint:fix": "eslint '**/*.{js,ts,tsx}' --fix",
    "playroom:start": "playroom start",
    "playroom:build": "playroom build",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "yarn run build"
  },
  "files": [
    "dist",
    "lib",
    "lib-esm",
    "types",
    "index.d.ts",
    "!lib/__tests__",
    "!lib-esm/__tests__"
  ],
  "engines": {
    "npm": "🚨 👉👉 Please use yarn 👈👈 🚨",
    "yarn": ">= 1.22.10",
    "node": "14.15.4"
  },
  "dependencies": {
    "@chaine/tokens": "^1.3.1",
    "@chakra-ui/icons": "^1.0.14",
    "@chakra-ui/react": "^1.6.5",
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@primer/octicons": "^15.2.0",
    "@primer/octicons-react": "^15.2.0",
    "framer-motion": "^4.1.17",
    "react": "^16.5.2",
    "react-dom": "^16.5.2"
  },
  "devDependencies": {
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.14.5",
    "@rollup/plugin-commonjs": "^19.0.1",
    "@rollup/plugin-node-resolve": "^13.0.2",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@types/jest": "^26.0.24",
    "@types/react": "^17.0.14",
    "@types/react-dom": "^17.0.9",
    "babel-loader": "^8.2.2",
    "concurrently": "^6.2.0",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "eslint": "^7.31.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.0.6",
    "playroom": "^0.25.0",
    "prettier": "^2.3.2",
    "rollup": "^2.53.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "rollup-plugin-visualizer": "^5.5.2",
    "ts-jest": "^27.0.3",
    "tslib": "^2.3.0",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "styled-components": "4.x || 5.x"
  },
  "keywords": [
    "tokens",
    "colors",
    "spacing",
    "typography",
    "variables",
    "design-system",
    "design system",
    "styled system",
    "react",
    "components",
    "library",
    "design-system",
    "design library",
    "component library",
    "react components",
    "react design library"
  ],
  "license": "MIT",
  "actionBundlesize": {
    "build": "yarn && yarn dist:rollup",
    "files": [
      {
        "path": "dist/browser.esm.js",
        "name": "ESM Build"
      },
      {
        "path": "dist/browser.umd.js",
        "name": "UMD Build"
      }
    ]
  }
}
