mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-06 01:21:32 -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",
|
"name": "shared",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Shared Components",
|
"description": "Shared Components",
|
||||||
"main": "index.js",
|
"main": "dist/index.js",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"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