theatre/theatre/studio/package.json
2022-06-01 15:51:33 +02:00

32 lines
837 B
JSON

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