45 lines
No EOL
1.1 KiB
JSON
45 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "@theatre/core",
|
|
"version": "0.4.0-dev.7",
|
|
"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.cjs",
|
|
"module": "dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.cjs",
|
|
"import": "./dist/index.mjs",
|
|
"default": "./dist/index.cjs",
|
|
"node": "./dist/index.cjs",
|
|
"script": "./dist/index.min.js"
|
|
}
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/index.cjs",
|
|
"dist/index.cjs.map",
|
|
"dist/index.mjs",
|
|
"dist/index.mjs.map",
|
|
"dist/index.min.js",
|
|
"dist/index.min.js.map",
|
|
"dist/index.min.js.LEGAL.txt",
|
|
"dist/index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepublish": "node ../../devEnv/ensurePublishing.js"
|
|
},
|
|
"sideEffects": true,
|
|
"dependencies": {
|
|
"@theatre/dataverse": "workspace:*"
|
|
}
|
|
} |