theatre/theatre/studio/package.json

33 lines
838 B
JSON
Raw Normal View History

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": [
"dist/*"
2021-06-18 13:05:06 +02:00
],
"scripts": {
"prepublish": "node ../../devEnv/ensurePublishing.js"
2021-06-18 13:05:06 +02:00
},
"sideEffects": false,
2021-06-18 13:05:06 +02:00
"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."
2021-08-06 11:44:20 +02:00
}