mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-03 00:19:52 -04:00
📦 puppeteer
This commit is contained in:
parent
7e2220cb90
commit
d7bb4deb7d
1 changed files with 7 additions and 2 deletions
|
@ -2,11 +2,16 @@
|
|||
"name": "shared",
|
||||
"version": "1.0.0",
|
||||
"description": "Shared Components",
|
||||
"main": "index.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"author": "Kaiz Khatri",
|
||||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/puppeteer": "^3.0.1"
|
||||
"@types/puppeteer": "^3.0.1",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"puppeteer": "^5.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue