mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"package": "@hyperframes/shader-transitions",
|
|
"subpaths": {
|
|
".": {
|
|
"source": "./src/index.ts",
|
|
"runtime": {
|
|
"script": "./dist/index.global.js",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"environments": ["browser", "bun", "node"]
|
|
}
|
|
}
|
|
}
|