{
  "name": "css-property-sort-order-smacss",
  "version": "3.0.0",
  "description": "CSS Property Sort Order based on the SMACSS methodology",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "typescript": "^5.0.0"
  },
  "scripts": {
    "clean": "rm -rfv dist/",
    "build": "tsc",
    "prebuild": "npm run clean",
    "prepack": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cahamilton/css-property-sort-order-smacss.git"
  },
  "keywords": [
    "CSS",
    "SMACSS",
    "Scalable and Modular Architecture for CSS",
    "CSS Property Sort Order"
  ],
  "author": "Carl Hamilton <github@carlhamilton.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cahamilton/css-property-sort-order-smacss/issues"
  },
  "homepage": "https://github.com/cahamilton/css-property-sort-order-smacss#readme"
}
