{
  "name": "@plumeria/core",
  "version": "16.5.0",
  "description": "Zero-cost abstraction layer for styling React components.",
  "author": "Refirst 11",
  "license": "MIT",
  "funding": "https://github.com/sponsors/refirst11",
  "homepage": "https://plumeria.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zss-in-js/plumeria.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/zss-in-js/plumeria/issues"
  },
  "keywords": [
    "css",
    "css-in-js",
    "react",
    "plumeria",
    "type",
    "typed",
    "types",
    "stylex"
  ],
  "exports": {
    ".": {
      "types": "./lib/css.d.ts"
    }
  },
  "types": "./lib/css.d.ts",
  "imports": {
    "#types": "./lib/types.d.ts"
  },
  "files": [
    "lib/"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}