mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Add entrypoint
This commit is contained in:
parent
2af22fb54f
commit
683dfaef69
@ -12,7 +12,16 @@
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts"
|
||||
},
|
||||
"./stale-screenshots-reporter": {
|
||||
"import": "./lib/stale-screenshots-reporter.js",
|
||||
"types": "./lib/stale-screenshots-reporter.d.ts"
|
||||
}
|
||||
},
|
||||
"bin": {
|
||||
"playwright-screenshots": "playwright-screenshots.sh"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user