{
  "name": "stylrjs",
  "version": "0.1.54",
  "description": "A Lightweight CSS-In-JS library for React",
  "type": "module",
  "main": "dist/stylrjs.cjs.js",
  "module": "dist/stylrjs.es.js",
  "browser": "dist/stylrjs.umd.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/stylrjs.es.js",
      "require": "./dist/stylrjs.cjs.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "dist/types",
    "scripts"
  ],
  "scripts": {
    "build": "rollup -c",
    "insert-client": "node scripts/insert-client.cjs",
    "postbuild": "npm run insert-client",
    "prerelease": "npx tsc --noEmit"
  },
  "bin": {
    "init": "./scripts/next-setup.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kingrashy12/stylrjs.git"
  },
  "keywords": [
    "styling",
    "css-in-js",
    "react"
  ],
  "author": "Rapheal Chizitere",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Kingrashy12/stylrjs/issues"
  },
  "homepage": "https://github.com/Kingrashy12/stylrjs/wiki",
  "devDependencies": {
    "@babel/preset-env": "^7.25.7",
    "@babel/preset-react": "^7.25.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-typescript": "^12.1.0",
    "@types/react": "^18.3.11",
    "rollup": "^4.24.0",
    "rollup-plugin-delete": "^2.1.0",
    "rollup-plugin-esbuild": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-visualizer": "^5.12.0",
    "typescript": "^5.6.2"
  },
  "peerDependencies": {
    "react": "^18.0 || ^19.0",
    "react-dom": "^18.0 || ^19.0"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "csstype": "^3.1.3"
  }
}
