{
  "name": "motion-ux",
  "version": "8.0.1",
  "description": "UI Animation Library",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "browser": "./dist/index.browser.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "build": "rollup -c -m",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaredjbarnes/motion-ux.git"
  },
  "keywords": [
    "Animation",
    "Timeline",
    "UX",
    "UI"
  ],
  "author": "jared.j.barnes@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jaredjbarnes/motion-ux/issues"
  },
  "homepage": "https://github.com/jaredjbarnes/motion-ux#readme",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "jest": "^26.6.3",
    "rollup": "^2.41.2",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^26.5.3",
    "tslib": "^2.1.0",
    "typescript": "^4.2.3",
    "lit": "^2.0.0-rc.2"
  },
  "dependencies": {
    "clarity-pattern-parser": "3.0.8"
  }
}
