mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
refactor(repo): centralize package subpaths
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"package": "@hyperframes/lint",
|
||||
"localNodeRuntime": true,
|
||||
"subpaths": {
|
||||
".": {
|
||||
"source": "./src/index.ts",
|
||||
"runtime": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
},
|
||||
"./browser": {
|
||||
"source": "./src/browser.ts",
|
||||
"runtime": "./dist/browser.js",
|
||||
"types": "./dist/browser.d.ts",
|
||||
"environments": ["browser", "bun"]
|
||||
},
|
||||
"./package.json": {
|
||||
"source": "./package.json",
|
||||
"runtime": "./package.json",
|
||||
"types": null,
|
||||
"environments": ["browser", "bun", "node"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user