22 lines
371 B
JSON
22 lines
371 B
JSON
|
|
{
|
||
|
|
"name": "@valknarness/webshot",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Shoot your favorite Websites",
|
||
|
|
"main": "webshot",
|
||
|
|
"bin": {
|
||
|
|
"webshot": "./webshot"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"pupeteer",
|
||
|
|
"cli",
|
||
|
|
"record",
|
||
|
|
"screeencast",
|
||
|
|
"shoot"
|
||
|
|
],
|
||
|
|
"author": "valknar@pivoine.art",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"puppeteer": "^24.26.0"
|
||
|
|
}
|
||
|
|
}
|