{
  "name": "@magic/css",
  "version": "0.7.61",
  "author": "Wizards & Witches",
  "description": "css in js",
  "license": "AGPL-3.0",
  "homepage": "https://magic.github.io/core",
  "type": "module",
  "scripts": {
    "start": "t -p",
    "build": "NODE_ENV=production magic build",
    "prod": "NODE_ENV=production magic build serve --watch src",
    "clean": "magic clean",
    "serve": "magic serve",
    "dev": "magic dev --watch src",
    "format": "f -w --exclude docs test/.theme/",
    "test": "t --exclude docs example config.js",
    "calls": "calls"
  },
  "bin": {
    "mcss": "src/bin/index.js",
    "magic-css": "src/bin/index.js"
  },
  "engines": {
    "node": ">=14.15.4"
  },
  "engineStrict": true,
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magic/css.git"
  },
  "bugs": {
    "url": "https://github.com/magic/css/issues"
  },
  "main": "src/index.mjs",
  "dependencies": {
    "@magic/cases": "0.0.14",
    "@magic/deep": "0.1.22",
    "@magic/fs": "0.0.40",
    "@magic/log": "0.1.23",
    "@magic/types": "0.1.39",
    "autoprefixer": "10.5.4",
    "postcss": "8.5.23"
  },
  "devDependencies": {
    "@magic-modules/git-badges": "0.0.12",
    "@magic-modules/light-switch": "0.0.12",
    "@magic-modules/no-spy": "0.0.9",
    "@magic-modules/pre": "0.0.12",
    "@magic-themes/docs": "0.0.15",
    "@magic/core": "0.0.159",
    "@magic/format": "0.0.75",
    "@magic/test": "0.3.24"
  },
  "keywords": [
    "css-in-js",
    "css",
    "magic"
  ],
  "contributors": [
    {
      "name": "jascha ehrenreich",
      "github": "jaeh"
    }
  ],
  "allowScripts": {
    "canvas@3.2.3": true,
    "@swc/core@1.15.43": true
  }
}
