{
  "name": "@linaria/babel-preset",
  "version": "4.5.3",
  "description": "Blazing fast zero-runtime CSS in JS library",
  "keywords": [
    "babel",
    "babel-plugin",
    "css",
    "css-in-js",
    "linaria",
    "react",
    "styled-components"
  ],
  "homepage": "https://github.com/callstack/linaria#readme",
  "bugs": "https://github.com/callstack/linaria/issues",
  "repository": "git@github.com:callstack/linaria.git",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "types",
  "files": [
    "types/",
    "lib/",
    "esm/"
  ],
  "scripts": {
    "build": "pnpm build:lib && pnpm build:esm && pnpm build:declarations",
    "build:declarations": "tsc --emitDeclarationOnly --outDir types",
    "build:esm": "babel src --out-dir esm --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",
    "build:lib": "cross-env NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",
    "test": "jest --config ./jest.config.js --rootDir src",
    "typecheck": "tsc --noEmit --composite false",
    "watch": "pnpm build:lib --watch & pnpm build:declarations --watch"
  },
  "dependencies": {
    "@babel/core": "^7.22.9",
    "@babel/generator": "^7.22.9",
    "@babel/helper-module-imports": "^7.22.5",
    "@babel/template": "^7.22.5",
    "@babel/traverse": "^7.22.8",
    "@babel/types": "^7.22.5",
    "@linaria/core": "workspace:^",
    "@linaria/logger": "workspace:^",
    "@linaria/shaker": "workspace:^",
    "@linaria/tags": "workspace:^",
    "@linaria/utils": "workspace:^",
    "cosmiconfig": "^8.0.0",
    "source-map": "^0.7.3",
    "stylis": "^3.5.4"
  },
  "devDependencies": {
    "@types/babel__core": "^7.1.19",
    "@types/babel__generator": "^7.6.4",
    "@types/babel__helper-module-imports": "^7.18.0",
    "@types/babel__template": "^7.4.1",
    "@types/babel__traverse": "^7.17.1",
    "@types/dedent": "^0.7.0",
    "@types/jest": "^28.1.0",
    "@types/node": "^17.0.39",
    "dedent": "^0.7.0",
    "jest": "^28.1.0",
    "strip-ansi": "^5.2.0",
    "ts-jest": "^28.0.4",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": "^12.16.0 || >=13.7.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
