-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 KB
/
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
40
41
42
43
44
{
"name": "media-file-naming",
"packageManager": "[email protected]",
"scripts": {
"media": "tsx --env-file ./.env src/cli.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"type": "module",
"dependencies": {
"ansi-colors": "^4.1.3",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"fast-sort": "^3.4.1",
"fast-xml-parser": "^4.4.1",
"he": "^1.2.0",
"inquirer": "^10.1.8",
"jsdom": "^22.1.0",
"mal-scraper": "^2.13.1",
"memfs": "^4.14.0",
"openapi-fetch": "^0.11.1",
"puppeteer": "^23.1.0",
"rxjs": "^7.8.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/cli-progress": "^3.11.0",
"@types/ffmpeg-static": "^3.0.3",
"@types/he": "^1.2.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.4.1",
"@types/yargs": "^17.0.33",
"@vitest/ui": "2.1.3",
"@yarnpkg/sdks": "^3.2.0",
"openapi-typescript": "^7.3.0",
"tsx": "^4.17.0",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"resolutions": {
"mal-scraper@^2.13.1": "patch:mal-scraper@npm%3A2.13.1#./.yarn/patches/mal-scraper-npm-2.13.1-8a68a57707.patch"
}
}