{
  "name": "@visshnnu-tejaa/snapcss",
  "version": "1.0.7",
  "description": "A lightweight utility-first runtime CSS engine",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "playground": "node playground/server.js",
    "lint": "eslint packages --ext .ts",
    "format": "prettier --write packages"
  },
  "workspaces": [
    "packages/*"
  ],
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "express": "^4.18.2",
    "jsdom": "^24.0.0",
    "prettier": "^3.2.5",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "vitest": "^1.6.0"
  },
  "keywords": [
    "css",
    "utility",
    "runtime",
    "tailwind",
    "styling"
  ],
  "author": "Visshnnu Tejaa",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/visshnnu-tejaa-98/snapcss.git"
  },
  "homepage": "https://snapcss.in",
  "bugs": {
    "url": "https://github.com/visshnnu-tejaa-98/snapcss/issues"
  },
  "dependencies": {
    "dotenv": "^17.4.2"
  }
}
