{
  "name": "@theatre/core",
  "version": "0.7.2",
  "license": "Apache-2.0",
  "description": "Motion design editor for the web",
  "repository": {
    "type": "git",
    "url": "https://github.com/AriaMinaei/theatre",
    "directory": "theatre/core"
  },
  "author": {
    "name": "TheaterJS Oy",
    "email": "hello@theatrejs.com",
    "url": "https://www.theatrejs.com"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "prepublish": "node ../../devEnv/ensurePublishing.js"
  },
  "sideEffects": true,
  "dependencies": {
    "@theatre/dataverse": "0.7.2"
  },
  "//": "Add packages here to make them externals of core. Add them to theatre/package.json if you want to bundle them with studio."
}