Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
CoPilot
CoPilot
/
tools
/
ui-screenshots
/
package.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
json
11 lines
189 Bytes
Copy permalink
Copy
Raw
1
{
2
"name"
:
"copilot-ui-screenshots"
,
3
"private"
:
true
,
4
"type"
:
"module"
,
5
"scripts"
:
{
6
"shots"
:
"node ./screenshots.mjs"
7
},
8
"dependencies"
:
{
9
"playwright"
:
"^1.51.1"
10
}
11
}