{
  "name": "@vanilla-extract/private",
  "version": "1.0.3",
  "description": "Zero-runtime Stylesheets-in-TypeScript",
  "sideEffects": false,
  "main": "dist/vanilla-extract-private.cjs.js",
  "module": "dist/vanilla-extract-private.esm.js",
  "preconstruct": {
    "entrypoints": [
      "index.ts"
    ]
  },
  "files": [
    "/dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/seek-oss/vanilla-extract.git",
    "directory": "packages/private"
  },
  "author": "SEEK",
  "license": "MIT"
}