33 lines
736 B
JSON
33 lines
736 B
JSON
{
|
|
"name": "@theatre/studio",
|
|
"version": "0.4.0-dev.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/index.js",
|
|
"dist/index.d.ts",
|
|
"index.js.map"
|
|
],
|
|
"scripts": {
|
|
"prepack": "cd .. && yarn run prepare"
|
|
},
|
|
"sideEffects": true,
|
|
"dependencies": {
|
|
"@theatre/dataverse": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@theatre/core": "*"
|
|
}
|
|
}
|