{
  "name": "vicinage",
  "version": "0.7.22",
  "description": "Type-safe and zero-runtime UI styling, right in the markup.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chbybnwr/vicinage.git"
  },
  "homepage": "https://github.com/chbybnwr/vicinage",
  "bugs": {
    "url": "https://github.com/chbybnwr/vicinage/issues"
  },
  "funding": "https://github.com/sponsors/chbybnwr",
  "keywords": [
    "css",
    "inline",
    "jsx",
    "style",
    "stylex",
    "styling",
    "ui",
    "vicinage"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "csstype": "^3.2.3"
  },
  "peerDependencies": {
    "@stylexjs/stylex": "~0.18.3"
  }
}
