-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.86 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "trellis-shares",
"version": "0.3.0",
"description": "A Trellis microservice to handle sharing documents based on jobs",
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "node --enable-source-maps dist/index.js",
"build": "tsc -b",
"test": "mocha"
},
"repository": "https://github.com/trellisfw/trellis-shares",
"author": "Andrew Balmos <[email protected]>",
"license": "None",
"private": true,
"dependencies": {
"@oada/client": "^4.5.0",
"@oada/jobs": "^4.2.3",
"@oada/lib-prom": "^3.8.0",
"@oada/pino-debug": "^3.9.1",
"@overleaf/o-error": "^3.4.0",
"@trellisfw/masklink": "^1.0.6",
"@trellisfw/signatures": "^2.1.3",
"axios": "^1.3.5",
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"email-addresses": "^5.0.0",
"flat": "^5.0.2",
"json-pointer": "^0.6.2",
"ksuid": "^3.0.0",
"lodash": "^4.17.21",
"pdfjs": "^2.4.7",
"querystring": "^0.2.1",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
"wrap-ansi": "^8.1.0"
},
"devDependencies": {
"@oada/types": "^3.4.5",
"@tsconfig/node16": "^1.0.3",
"@types/convict": "^6.1.1",
"@types/convict-format-with-validator": "^6.0.2",
"@types/debug": "^4.1.7",
"@types/flat": "^5.0.2",
"@types/json-pointer": "^1.0.31",
"@types/lodash": "^4.14.194",
"@types/node": "^16.18.23",
"@types/prettier": "^2.7.2",
"@types/uuid": "^9.0.1",
"@types/wrap-ansi": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@yarnpkg/sdks": "^3.0.0-rc.42",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.57.0",
"eslint-plugin-array-func": "^3.1.8",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-escompat": "^3.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.14.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^46.0.0",
"mocha": "^10.2.0",
"moment": "^2.29.4",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}