{
  "name": "@castlenine/svelte-aoe",
  "version": "5.0.0",
  "description": "A Svelte component for animating elements, with no dependencies.",
  "license": "MIT",
  "keywords": [
    "animate-on-enter",
    "animate-on-scroll",
    "animate",
    "animation",
    "aoe",
    "aos",
    "appear",
    "component",
    "css animation",
    "enter viewport",
    "fade",
    "intersection observer",
    "scroll animation",
    "scroll",
    "svelte 5",
    "svelte v5",
    "svelte",
    "sveltekit"
  ],
  "author": {
    "name": "Alex Castlenine",
    "url": "https://github.com/Castlenine"
  },
  "homepage": "https://github.com/castlenine/svelte-aoe",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/castlenine/svelte-aoe.git"
  },
  "bugs": {
    "url": "https://github.com/castlenine/svelte-aoe/issues"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "svelte": "./dist/index.js",
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite dev",
    "build": "npm run check && vite build",
    "preview": "vite preview",
    "package": "npm run remove-dist-folder && svelte-kit sync && svelte-package && publint",
    "prepublish-only": "npm run package",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "lint:staged:fix": "eslint --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "format:staged": "prettier --write",
    "stylelint": "stylelint --config .stylelintrc.yaml \"**/*.{css,svelte}\"",
    "stylelint:fix": "stylelint --config .stylelintrc.yaml --fix=strict \"**/*.{css,svelte}\"",
    "stylelint:staged:fix": "stylelint --config .stylelintrc.yaml --fix=strict",
    "clean-code": "npm run stylelint:fix && npm run lint:fix && npm run format",
    "remove-dist-folder": "rimraf dist",
    "publish-package": "npm publish --access public",
    "commit": "git status && git-cz",
    "prepare": "svelte-kit sync && lefthook install"
  },
  "peerDependencies": {
    "svelte": "^5.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@commitlint/cz-commitlint": "^21.0.2",
    "@commitlint/types": "^21.0.1",
    "@eslint/js": "^10.0.1",
    "@sveltejs/adapter-static": "^3.0.10",
    "@sveltejs/kit": "^2.63.0",
    "@sveltejs/package": "^2.5.8",
    "commitizen": "^4.3.1",
    "eslint": "^10.4.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-security": "^4.0.0",
    "eslint-plugin-simple-import-sort": "^13.0.0",
    "eslint-plugin-sonarjs": "^4.0.3",
    "eslint-plugin-svelte": "^3.19.0",
    "globals": "^17.6.0",
    "jiti": "^2.7.0",
    "lefthook": "^2.1.9",
    "lint-staged": "^17.0.7",
    "postcss-html": "^1.8.1",
    "prettier": "^3.8.3",
    "prettier-plugin-svelte": "^4.1.0",
    "publint": "^0.3.21",
    "rimraf": "^6.1.3",
    "stylelint": "^17.13.0",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-recommended": "^18.0.0",
    "stylelint-config-standard": "^40.0.0",
    "stylelint-no-unsupported-browser-features": "^8.1.1",
    "stylelint-order": "^8.1.1",
    "svelte": "^5.56.2",
    "svelte-check": "^4.6.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.60.1",
    "vite": "^8.0.16"
  }
}
