chore: init

This commit is contained in:
2025-11-04 18:39:56 +01:00
commit e69016e4e3
13 changed files with 1645 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}