{
  "name": "fylgja",
  "version": "2.1.0",
  "description": "The modular CSS library. Powered via CSS components",
  "homepage": "https://fylgja.dev/",
  "repository": {
    "type": "git",
    "url": "https://github.com/fylgja/fylgja"
  },
  "bugs": "https://github.com/fylgja/fylgja/issues",
  "author": "Fylgja",
  "license": "MIT",
  "keywords": [
    "fylgja",
    "css",
    "scss",
    "framework",
    "library",
    "metapackage"
  ],
  "files": [],
  "scripts": {
    "test": "npx stylelint **/*.scss"
  },
  "dependencies": {
    "@fylgja/base": "^2.1.1",
    "@fylgja/tokens": "^2.1.0",
    "@fylgja/utilities": "^2.1.1"
  },
  "devDependencies": {
    "@fylgja/stylelint-config": "^7.0.0",
    "lightningcss-cli": "^1.30.1",
    "prettier": "^3.6.2",
    "sass": "^1.89.2",
    "stylelint": "^16.23.0",
    "typescript": "^5.9.2"
  },
  "stylelint": {
    "extends": "@fylgja/stylelint-config",
    "rules": {
      "at-rule-empty-line-before": null,
      "declaration-empty-line-before": null,
      "custom-property-empty-line-before": null
    },
    "ignoreFiles": [
      "**/_experiments/**/*",
      "components/_sort/**/*"
    ]
  }
}
