-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "obs-crowdin-sync",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"lint": "eslint --fix src/**",
"check-format": "eslint --max-warnings 0 src/**",
"test": "jest --verbose"
},
"type": "module",
"dependencies": {
"@actions/core": "^1.10.0",
"@crowdin/crowdin-api-client": "^1.24.0",
"adm-zip": "^0.5.10",
"axios": "^1.2.2",
"fs-extra": "^11.1.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.2",
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.18.11",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0",
"mock-fs": "^5.2.0",
"nock": "^13.3.0",
"prettier": "^3.0.0",
"removeNPMAbsolutePaths": "^3.0.1",
"ts-jest": "^29.1.0",
"typescript": "^4.9.4"
}
}