{ "name": "@tamagui/babel-plugin", "version": "1.123.0", "source": "src/index.ts", "types": "./types/index.d.ts", "main": "dist/cjs/index.cjs", "module": "dist/esm", "files": [ "src", "types", "dist" ], "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "build": "tamagui-build", "watch": "tamagui-build --watch", "lint": "biome check src", "lint:fix": "biome check --write src", "clean": "tamagui-build clean", "clean:build": "tamagui-build clean:build" }, "dependencies": { "@babel/core": "^7.25.2", "@babel/generator": "^7.25.5", "@babel/helper-plugin-utils": "^7.24.8", "@babel/template": "^7.25.0", "@babel/traverse": "^7.25.4", "@tamagui/static": "1.123.0" }, "devDependencies": { "@babel/types": "^7.25.4", "@tamagui/build": "1.123.0" }, "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14" }