{
  "name": "@om-design/cli",
  "version": "2.4.0",
  "description": "om design cli to build the components library",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "bin": {
    "om": "bin.js"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "bin.js"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [],
  "author": "OM Design Team",
  "license": "MIT",
  "dependencies": {
    "clean-css": "^5.3.3",
    "commander": "^11.1.0",
    "esbuild": "^0.19.12",
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "sass": "^1.70.0",
    "ts-morph": "^19.0.0",
    "vite": "^5.0.12"
  },
  "devDependencies": {
    "@types/clean-css": "^4.2.11",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.11.7"
  },
  "scripts": {
    "startup": "tsc",
    "dev": "tsc --watch",
    "build": "tsc "
  }
}