{
  "name": "thulanimatshoba.co.za",
  "version": "1.0.1",
  "description": "",
  "scripts": {
    "build:theme": "cd web/app/themes/skinny-ninjah && pnpm install",
    "compile:css": "cd web/app/themes/skinny-ninjah && npx sass sass/style.scss:./app.css",
    "watch:theme": "cd web/app/themes/skinny-ninjah && npx sass --watch sass/style.scss:app.css",
    "watch:plugin": "cd web/app/plugins/skinny-ninjah-blocks && pnpm run start",
    "prepare": "husky install"
  },
  "keywords": [],
  "authors": [
    {
      "name": "Thulani Matshoba",
      "email": "thulani90.m@gmail.com",
      "homepage": "https://thulanimatshoba.co.za"
    }
  ],
  "license": "ISC",
  "dependencies": {
    "commitlint": "^19.3.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@playwright/test": "^1.52.0",
    "@types/node": "^22.15.29",
    "dotenv": "^16.5.0",
    "husky": "^8.0.0"
  }
}
