{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@mincho-js/transform-to-vanilla",
  "description": "Convert objects that need preprocessing into Vanilla Extract object",
  "version": "0.2.2",
  "sideEffects": false,
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mincho-js/mincho.git",
    "directory": "packages/transform-to-vanilla"
  },
  "keywords": [
    "css",
    "style",
    "typescript",
    "vanilla-extract",
    "preprocessor",
    "transform",
    "nested",
    "nested css",
    "css nesting"
  ],
  "bugs": {
    "url": "https://github.com/mincho-js/mincho/issues"
  },
  "homepage": "https://github.com/mincho-js/mincho/tree/main/packages/transform-to-vanilla#readme",
  "typings": "./dist/esm/index.d.ts",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    }
  },
  "publishConfig": {
    "directory": "_release/package"
  },
  "files": [
    "README.md",
    "dist/"
  ],
  "scripts": {
    "clean": "yarn g:clean",
    "build": "yarn g:build",
    "build:watch": "yarn g:build-watch",
    "test": "yarn g:test",
    "test:watch": "yarn g:test-watch",
    "coverage": "yarn g:coverage",
    "lint": "yarn g:lint",
    "fix": "yarn g:fix",
    "check": "yarn g:check"
  },
  "prettier": "prettier-config-custom",
  "devDependencies": {
    "@vanilla-extract/css": "^1.17.1",
    "eslint-config-custom": "^0.1.0",
    "prettier-config-custom": "^0.1.0",
    "tsconfig-custom": "^0.1.0",
    "vite-config-custom": "^0.1.0"
  },
  "dependencies": {
    "@fastify/deepmerge": "^3.1.0",
    "@mincho-js/css-additional-types": "^0.1.0",
    "@mincho-js/csstype": "^3.1.4"
  }
}