{
  "name": "@aminerman/kinesis",
  "version": "1.4.26",
  "description": "Easily create complex interactive animations.",
  "main": "dist/kinesis.umd.js",
  "module": "dist/kinesis.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "kinesis",
    "animation",
    "interactive",
    "transformations"
  ],
  "author": "Amine Bouyarmane",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Aminerman/kinesis.js"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc",
    "preview": "vite preview",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@types/node": "^22.5.5",
    "typescript": "^5.5.3",
    "vite": "^5.4.1",
    "path": "^0.12.7"
  }
}