-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 865 Bytes
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
28
29
30
31
32
{
"name": "vivaldi-bookmarks-dedupe",
"version": "1.0.3",
"description": "A simple tool to help resolve bookmark duplication that sometimes happens when using Vivaldi Sync.",
"repository": {
"url": "https://github.com/kamenminkov/vivaldi-bookmarks-dedupe"
},
"bugs": {
"url": "https://github.com/kamenminkov/vivaldi-bookmarks-dedupe/issues"
},
"main": "build/app.js",
"scripts": {
"prestart": "npm i",
"start": "npm run start-tsnode",
"start-inspect": "node --inspect build/app.js",
"start-tsnode": "node -r ts-node/register --inspect app.ts",
"watch": "tsc --watch"
},
"keywords": [],
"author": "Kamen Minkov",
"license": "MIT",
"devDependencies": {
"@types/inquirer": "7.3.1",
"@types/node": "12.12.8",
"sanitize-filename": "1.6.3",
"ts-node": "8.5.2",
"typescript": "3.7.2"
},
"dependencies": {
"inquirer": "7.3.3"
}
}