{
   "name": "@hydrophobefireman/ui-anim",
   "description": "",
   "types": "dist/src/index.d.ts",
   "version": "0.0.16",
   "license": "MIT",
   "type": "module",
   "homepage": "https://github.com/@hydrophobefireman/@hydrophobefireman/ui-anim#readme",
   "repository": {
      "type": "git",
      "url": "git+https://github.com/@hydrophobefireman/@hydrophobefireman/ui-anim.git"
   },
   "main": "dist/src/index.js",
   "module": "dist/src/index.js",
   "exports": {
      ".": "./dist/src/index.js",
      "./package.json": "./package.json"
   },
   "scripts": {
      "prebuild": "node scripts/clean.cjs",
      "prepublishOnly": "npm run build &&  node scripts/prepublishOnly.cjs",
      "postpublish": "node scripts/postpublish.cjs",
      "postbuild": "node scripts/postbuild.cjs",
      "create-package": "node scripts/create-package.cjs",
      "build": "tsc",
      "prepare": "husky install"
   },
   "sideEffects": false,
   "dependencies": {},
   "devDependencies": {
      "@types/node": "^18.11.18",
      "husky": "^8.0.3",
      "prettier": "^2.8.2",
      "pretty-quick": "^3.1.3",
      "typescript": "^4.9.4"
   },
   "peerDependencies": {
      "@hydrophobefireman/ui-lib": "latest"
   },
   "libBase": {
      "exports": {
         ".": "./dist/src/index.js",
         "./package.json": "./package.json"
      }
   },
   "libPackages": []
}