{
  "name": "@tax-justice-network/fsi-components",
  "version": "3.3.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tax-Justice-Network/fsi-components.git"
  },
  "author": {
    "name": "Martin Kopeček",
    "email": "martin.kopecek@smallhill.cz"
  },
  "scripts": {
    "dev": "concurrently -k -n FE --prefix-colors green \"npm run dev:frontend\"",
    "dev:frontend": "cd frontend && npm run dev",
    "build": "npm run build:frontend && npm run build:package",
    "build:frontend": "cd frontend && npm run build",
    "build:package": "gulp buildPackage",
    "version": "npm run version:changelog && npm run version:readme",
    "version:changelog": "npm run changelog:update && $(git var GIT_EDITOR) CHANGELOG.md && git add CHANGELOG.md",
    "version:readme": "npm run build && gulp updateReadme && git add README.md",
    "changelog:update": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s",
    "changelog:generate": "conventional-changelog -p conventionalcommits -r 0 -o CHANGELOG.md",
    "prepublishOnly": "npm run build",
    "release": "npm publish",
    "release:patch": "git switch master && npm version patch && git push && npm publish --ignore-scripts",
    "release:minor": "git switch master && npm version minor && git push && npm publish --ignore-scripts",
    "release:major": "git switch master && npm version major && git push && npm publish --ignore-scripts",
    "release:rc": "git switch master && npm version prerelease --preid=rc && git push && npm publish --ignore-scripts"
  },
  "devDependencies": {
    "concurrently": "^9.1.0",
    "conventional-changelog-cli": "^5.0.0",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-replace": "^1.1.4",
    "prettier": "^3.5.3"
  },
  "main": "package/components.js",
  "files": [
    "package/**/*"
  ]
}
