{
  "name": "mttwm",
  "version": "1.7.2",
  "description": "Automated CSS-in-JS to Tailwind CSS migration tool for React applications",
  "main": "dist/index.js",
  "bin": {
    "mttwm": "dist/cli.js"
  },
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/migrate.js",
    "dev": "tsx src/migrate.ts",
    "test": "jest",
    "test:unit": "jest __tests__/unit",
    "test:integration": "jest __tests__/integration",
    "test:migration": "tsx __tests__/integration/run-migration-tests.ts",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "tailwind",
    "css-in-js",
    "makeStyles",
    "migration",
    "react",
    "material-ui"
  ],
  "author": "Daniil Fadeev",
  "license": "MIT",
  "dependencies": {
    "@babel/generator": "^7.23.0",
    "@babel/parser": "^7.23.0",
    "@babel/traverse": "^7.23.0",
    "@babel/types": "^7.23.0",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "glob": "^10.3.0",
    "typescript": "^5.2.0"
  },
  "devDependencies": {
    "@types/babel__generator": "^7.6.6",
    "@types/babel__traverse": "^7.20.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.8.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.4.1",
    "tsx": "^4.0.0"
  }
}
