{
  "name": "phosphor-css",
  "version": "3.1.0",
  "description": "🧩 CSS integration of a flexible icon family for the web.",
  "files": [
    "assets",
    "css",
    "sass",
    "less",
    "README.md",
    "LICENSE"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucagoslar/phosphor-css.git"
  },
  "keywords": [
    "phosphor",
    "phosphor-icons",
    "icons",
    "sass",
    "css",
    "less",
    "scss"
  ],
  "author": "Luca Goslar <47827429+lucagoslar@users.noreply.github.com>",
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@types/csso": "^5.0.4",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.12",
    "@types/less": "^3.0.6",
    "@types/node": "^20.12.2",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "csso": "^5.0.5",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "fs-extra": "^11.2.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "jest-environment-node-single-context": "^29.4.0",
    "jest-extended": "^4.0.2",
    "less": "^4.2.0",
    "prettier": "^3.2.5",
    "sass": "^1.72.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3"
  },
  "scripts": {
    "release": "pnpx @changesets/cli publish",
    "build": "ts-node src/index",
    "test": "jest",
    "lint": "eslint ./src/ --fix"
  }
}