{
  "name": "@motionone/types",
  "version": "10.13.2",
  "description": "Shared types for the Motion One packages.",
  "license": "MIT",
  "author": "Matt Perry",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "rm -rf lib dist types && tsc -p . && rollup -c",
    "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --c --watch --no-watch.clearScreen\""
  },
  "gitHead": "a33ab88400c8aac4a6755cda6f93c24563d9ddc5"
}
