-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "chromium-bookmarks",
"version": "1.0.0",
"description": "Links: \r - https://stackoverflow.com/questions/50884355/how-to-add-bookmarks-in-chromium-chrome-in-automated-fashion\r - https://pptr.dev/api/puppeteer.puppeteerlaunchoptions\r - https://pptr.dev/api/puppeteer.browserlaunchargumentoptions/\r - https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/user_data_dir.md\r -",
"main": "index.js",
"scripts": {
"start": "ts-node scripts/test-pupeteer.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/push-based/chromium-bookmarks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/push-based/chromium-bookmarks/issues"
},
"homepage": "https://github.com/push-based/chromium-bookmarks#readme",
"dependencies": {
"node-fetch": "^3.3.0",
"puppeteer": "^19.2.2"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}