{
  "name": "zero-styled",
  "version": "0.2.2",
  "description": "Zero-Styled is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poteboy/zero-styled.git"
  },
  "author": "poteboy",
  "keywords": [
    "react",
    "css-in-js",
    "zero-rumtime",
    "front-end",
    "design-system",
    "styled-components"
  ],
  "scripts": {
    "start": "node dist/index.js",
    "test": "jest",
    "build": "yarn build:dist && yarn build:declarations",
    "build:declarations": "tsc --emitDeclarationOnly --outDir dist",
    "build:dist": "tsup src --format cjs,esm --config rollup.config.js",
    "typecheck": "tsc --noEmit --composite false",
    "lint": "eslint './src/**/*.{js,ts,jsx,tsx}'",
    "lint:fix": "eslint --fix './src/**/*.{js,ts,jsx,tsx}'"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/core/index.mjs",
      "require": "./dist/core/index.js",
      "types": "./dist/core/index.d.ts"
    },
    "./vite": {
      "import": "./dist/vite/index.mjs",
      "require": "./dist/vite/index.js",
      "types": "./dist/vite/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/core/index.d.ts"
      ],
      "vite": [
        "dist/vite/index.d.ts"
      ]
    }
  },
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{ts,tsx}": "yarn lint:fix"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.4",
    "@babel/node": "^7.20.7",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.4",
    "@babel/types": "^7.21.4",
    "@jest/types": "^29.5.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@types/babel__core": "^7.20.0",
    "@types/css": "^0.0.33",
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.32",
    "@types/webpack": "^5.28.1",
    "@types/webpack-sources": "^3.2.0",
    "@typescript-eslint/eslint-plugin": "^5.57.1",
    "@typescript-eslint/parser": "^5.57.1",
    "@vitejs/plugin-react": "^3.1.0",
    "css": "^3.0.0",
    "csstype": "^3.1.2",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-unused-imports": "^2.0.0",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "lint-staged": "^13.2.1",
    "prettier": "^2.8.7",
    "react": "^18.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "ts-node-dev": "^2.0.0",
    "tsup": "^6.7.0",
    "typescript": "^5.0.4",
    "vite": "^4.2.1",
    "webpack": "^5.78.0",
    "webpack-sources": "^3.2.3"
  }
}
