Update package.json files

This commit is contained in:
Aria Minaei 2021-06-18 19:54:35 +02:00
parent 850bccd165
commit c72647c1e5
10 changed files with 38 additions and 379 deletions

View file

@ -1,7 +1,20 @@
{
"name": "@theatre/core",
"main": "dist/index.js",
"version": "0.4.0-dev.1",
"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",
"files": [
"dist/index.js",
"dist/index.d.ts",
@ -10,10 +23,8 @@
"scripts": {
"prepack": "cd .. && yarn run prepare"
},
"sideEffects": true,
"dependencies": {
"@theatre/dataverse": "workspace:*"
},
"devDependencies": {
"typescript": "^4.3.2"
}
}