{
  "name": "@marko-tags/rive",
  "version": "0.0.3",
  "description": "Marko library project with TypeScript",
  "homepage": "https://markojs.com/rive",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist",
    "marko.json",
    "!**/*.test.*",
    "!*.tsbuildinfo",
    "!**/{,*.}stories.*"
  ],
  "scripts": {
    "@ci:build": "npm run build",
    "@ci:deploy-storybook": "storybook build -o storybook-static && gh-pages --nojekyll -d storybook-static -u 'github-actions-bot <support+actions@github.com>'",
    "@ci:lint": "npm run lint",
    "@ci:release": "npm run build && changeset publish",
    "@ci:test": "vitest run --coverage --no-color",
    "@ci:version": "changeset version && npm i --package-lock-only",
    "build": "mtc",
    "change": "changeset add",
    "clean": "rm -rf coverage dist node_modules/.{cache,vite,vitest}",
    "format": "eslint --format unix --fix .; stylelint --formatter unix --fix '**/*.css'; prettier . --write --log-level=warn",
    "lint": "mtc && eslint --format unix . && stylelint --formatter unix '**/*.css' && prettier . --check --log-level=warn",
    "prepare": "husky",
    "storybook": "storybook dev --no-open",
    "test": "vitest"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.1",
    "@changesets/cli": "^2.29.6",
    "@marko/compiler": "^5.39.33",
    "@marko/testing-library": "^6.4.1",
    "@marko/type-check": "^2.1.5",
    "@marko/vite": "^5.3.0",
    "@rive-app/canvas": "^2.31.5",
    "@storybook/builder-vite": "^9.1.4",
    "@storybook/marko": "^10.0.0",
    "@storybook/marko-vite": "^3.0.0",
    "@testing-library/jest-dom": "^6.8.0",
    "@typescript-eslint/eslint-plugin": "^8.42.0",
    "@typescript-eslint/parser": "^8.42.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.34.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-testing-library": "^7.6.8",
    "gh-pages": "^6.3.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.6",
    "marko": "^5.37.51",
    "prettier": "^3.6.2",
    "prettier-plugin-marko": "^3.3.2",
    "prettier-plugin-packagejson": "^2.5.19",
    "storybook": "^9.1.4",
    "stylelint": "^16.23.1",
    "stylelint-config-standard": "^39.0.0",
    "typescript": "^5.9.2",
    "vite": "^7.1.4",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "@rive-app/canvas": "^2",
    "marko": "^5"
  }
}
