-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 853 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "pdf2scrapbox",
"version": "1.0.0",
"description": "",
"exports": "./index.js",
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "npm@9.2.0",
"type": "module",
"scripts": {
"main": "tsx src/main.ts",
"tsc": "tsc",
"test": "vitest"
},
"prettier": {
"jsxSingleQuote": true,
"singleQuote": true,
"tabWidth": 2,
"arrowParens": "avoid"
},
"dependencies": {
"@mrsekut/utils": "npm:@jsr/mrsekut__utils@^0.1.2",
"bottleneck": "^2.19.5",
"cli-progress": "^3.12.0",
"gyazo-api": "^0.3.1",
"p-limit": "^4.0.0",
"pdf-to-img": "^4.1.0",
"valibot": "^0.19.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.4",
"dotenv": "^16.3.1",
"prettier": "^3.0.3",
"tsx": "^3.14.0",
"typescript": "^5.5.4",
"vitest": "^0.34.6"
}
}