{
  "name": "@tonic-ui/styled-system",
  "version": "2.2.1",
  "description": "A framework-independent styling engine for Tonic UI.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": "cross-env rollup --config rollup.config.mjs",
    "clean": "del build coverage dist",
    "lint": "eslint --ext .js,.jsx,.mjs .",
    "pre-push": "bash -c 'echo -e \"=> \\e[1;33m$npm_package_name\\e[0m\"' && yarn run build && yarn run lint && yarn run test",
    "prepublishOnly": "yarn run build",
    "test": "jest --maxWorkers=2"
  },
  "dependencies": {
    "@tonic-ui/utils": "^2.2.0",
    "ensure-type": "^1.5.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/eslint-parser": "^7.0.0",
    "@babel/eslint-plugin": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@codecov/rollup-plugin": "^1.5.1",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@trendmicro/babel-config": "^1.0.2",
    "cross-env": "^7.0.3",
    "del-cli": "^5.0.0",
    "eslint": "^8.25.0",
    "eslint-config-trendmicro": "^3.0.0",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jsx-a11y": "latest",
    "eslint-plugin-react": "latest",
    "eslint-plugin-react-hooks": "latest",
    "jest": "^29.0.0",
    "jest-environment-node": "^29.0.0",
    "rollup": "^3"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "<rootDir>/src/**/*.js"
    ],
    "coverageReporters": [
      "lcov",
      "text",
      "html"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/build"
    ],
    "setupFiles": [],
    "setupFilesAfterEnv": [
      "<rootDir>/jest-setup.js"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/**/__tests__/**/*.test.js"
    ]
  },
  "author": "Tonic UI Team",
  "homepage": "https://github.com/trendmicro-frontend/tonic-ui",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/trendmicro-frontend/tonic-ui.git",
    "directory": "packages/styled-system"
  },
  "bugs": {
    "url": "https://github.com/trendmicro-frontend/tonic-ui/issues"
  },
  "keywords": [
    "styled-system",
    "tonic-ui"
  ],
  "gitHead": "7a38c6c3e5c594b5a80a3d34ef5a8a59646681da"
}
