-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 941 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
{
"name": "kobo-migration",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": "index.js",
"scripts": {
"format": "prettier --write \"**/*.{js,ts,tsx,json}\" --config .prettierrc",
"start": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=18"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.13.1",
"@types/progress": "^2.0.7",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@alexandreannic/ts-utils": "^2.1.19",
"@supercharge/promise-pool": "^3.2.0",
"@types/ansi-colors": "^3.2.6",
"ansi-colors": "^4.1.3",
"axios": "^1.7.9",
"chalk": "^5.4.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"form-data": "^4.0.1",
"kobo-sdk": "2.0.0",
"nanospinner": "^1.2.2",
"progress": "^2.0.3",
"zod": "^3.24.1"
}
}