chore: init
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user