{
  "name": "@workday/canvas-kit-styling",
  "version": "15.0.1",
  "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS",
  "author": "Workday, Inc. (https://www.workday.com)",
  "license": "Apache-2.0",
  "main": "dist/commonjs/index.js",
  "module": "dist/es6/index.js",
  "sideEffects": false,
  "types": "dist/es6/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Workday/canvas-kit.git",
    "directory": "modules/styling"
  },
  "files": [
    "*/package.json",
    "*/lib/*",
    "*/index.ts",
    "dist/",
    "index.ts"
  ],
  "scripts": {
    "watch": "yarn build:es6 -w",
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf dist && rimraf .build-info && mkdirp dist",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:es6": "tsc -p tsconfig.es6.json",
    "build:rebuild": "npm-run-all clean build",
    "build": "npm-run-all build:cjs build:es6",
    "depcheck": "node ../../utils/check-dependencies-exist.js",
    "typecheck:src": "tsc -p . --noEmit --incremental false"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "canvas",
    "canvas-kit",
    "react",
    "components",
    "workday",
    "styling"
  ],
  "peerDependencies": {
    "react": ">=17.0"
  },
  "dependencies": {
    "@emotion/css": "^11.7.1",
    "csstype": "^3.0.2"
  },
  "devDependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/serialize": "^1.0.2",
    "@emotion/styled": "^11.6.0",
    "@workday/canvas-kit-react": "^15.0.1",
    "@workday/canvas-system-icons-web": "4.0.2",
    "@workday/canvas-tokens-web": "4.3.0",
    "typescript": "5.0"
  },
  "gitHead": "9ec38622220ba76c6e93205341a86595475d9f45"
}
