-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.12 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
45
46
47
{
"name": "@jotforminc/zenith",
"packageManager": "yarn@1.22.21",
"version": "2.5.1",
"description": "",
"main": "./build/index.js",
"files": [
"build",
"README.md"
],
"bin": {
"zenith": "./build/index.js"
},
"devDependencies": {
"@aws-sdk/types": "3.310.0",
"@swc/core": "1.3.56",
"@swc/jest": "0.2.26",
"@types/node": "^18.15.11",
"@types/workerpool": "6.4.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"identity-obj-proxy": "3.0.0",
"jest": "27.3.1",
"rollup": "3.21.4",
"tslib": "2.5.0"
},
"scripts": {
"lint": "eslint src/",
"build": "tsc --build",
"test": "jest --testRegex=\"[^\\.]+\\.spec\\.js$\" --passWithNoTests",
"tsc:w": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "3.420.0",
"commander": "10.0.1",
"jszip": "3.10.1",
"typescript": "^5.0.4",
"voici.js": "^2.1.0",
"workerpool": "6.4.0"
}
}