2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"name": "@theatre/studio",
|
2023-01-04 20:35:56 +01:00
|
|
|
"version": "0.6.0-dev.3",
|
2021-06-18 13:05:06 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-06-18 19:54:35 +02:00
|
|
|
"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"
|
|
|
|
},
|
2021-08-07 22:30:29 +02:00
|
|
|
"main": "dist/index.js",
|
2021-06-18 13:05:06 +02:00
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"files": [
|
2021-08-07 23:24:37 +02:00
|
|
|
"dist/*"
|
2021-06-18 13:05:06 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
2021-08-04 21:51:25 +02:00
|
|
|
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
2021-06-18 13:05:06 +02:00
|
|
|
},
|
2021-08-07 21:41:07 +02:00
|
|
|
"sideEffects": false,
|
2021-06-18 13:05:06 +02:00
|
|
|
"peerDependencies": {
|
|
|
|
"@theatre/core": "*"
|
2021-08-07 21:41:07 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-25 00:37:18 +02:00
|
|
|
"@theatre/dataverse": "workspace:*"
|
2022-02-19 17:54:19 +01:00
|
|
|
},
|
|
|
|
"//": "Add packages here to make them externals of studio. Add them to theatre/package.json if you want to bundle them with studio."
|
2021-08-06 11:44:20 +02:00
|
|
|
}
|