{
  "name": "emeraldcss",
  "version": "1.0.2",
  "type": "module",
  "description": "EmeraldCSS: An opinionated, semantic, modern CSS framework",
  "main": "dist/cdn/main.css",
  "scripts": {
    "start": "sergeant emeraldcss && cp ../dist/emeraldcss/main.css ./dist/cdn/",
    "dev": "sergeant emeraldcss --serve",
    "install-deno": "curl -fsSL https://deno.land/install.sh | sh",
    "install": "deno install -A -f https://cdn.jsdelivr.net/gh/scriptmaster/sergeant@1.2.0/sergeant.ts"
  },
  "exports": {
    ".": "./dist/cdn/main.css",
    "./index.css": "./dist/cdn/main.css",
    "./main.css": "./dist/cdn/main.css",
    "./font": "./dist/cdn/SFPRODISPLAYREGULAR-6PKAZPAV.woff",
    "./font.woff": "./dist/cdn/SFPRODISPLAYREGULAR-6PKAZPAV.woff"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scriptmaster/emeraldcss.git"
  },
  "keywords": [
    "emerald",
    "emeraldcss",
    "css",
    "scss",
    "sheriff",
    "scriptmaster",
    "emerald-css",
    "emerald_css",
    "emerald-styles"
  ],
  "author": "https://github.com/scriptmaster",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/scriptmaster/emeraldcss/issues"
  },
  "homepage": "https://github.com/scriptmaster/emeraldcss#readme"
}
