theatre/theatre/core/package.json
2022-04-15 13:28:14 +02:00

30 lines
796 B
JSON

{
"name": "@theatre/core",
"version": "0.4.8-dev.3",
"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": "workspace:*"
},
"//": "Add packages here to make them externals of core. Add them to theatre/package.json if you want to bundle them with studio."
}