theatre/theatre/core/package.json
2021-09-13 18:50:52 +02:00

29 lines
663 B
JSON

{
"name": "@theatre/core",
"version": "0.4.0-dev.17",
"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:*"
}
}