{
  "name": "@rbxts/ripple",
  "version": "0.10.2",
  "description": "Spring-driven animations and more",
  "license": "MIT",
  "main": "src/init.luau",
  "types": "src/index.d.ts",
  "files": [
    "src",
    "!wally.toml",
    "!wally.lock",
    "!default.project.json",
    "!**/__tests__"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/littensy/ripple.git"
  },
  "scripts": {
    "publish:wally": "wally publish"
  }
}