{
  "name": "@matteusan/sentro",
  "version": "1.4.0",
  "description": "A low-level SCSS library for building robust token-driven design systems at scale.",
  "main": "_index.scss",
  "author": "Matteu",
  "license": "MIT",
  "keywords": [
    "css",
    "frontend",
    "scss",
    "scss-framework",
    "design-tokens",
    "design-system"
  ],
  "readme": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MatteuSan/sentro.git"
  },
  "bugs": {
    "url": "https://github.com/MatteuSan/sentro/issues"
  },
  "exports": {
    ".": {
      "sass": "./_index.scss"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/MatteuSan/sentro#readme",
  "peerDependencies": {
    "sass": "^1.74.1"
  }
}
