-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 897 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 897 Bytes
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
{
"name": "uid2-publisher",
"version": "1.0.9-fa449d0766",
"private": true,
"engineStrict": true,
"license": "BSD-2-Clause",
"scripts": {
"start": "node server.js",
"lint": "eslint server.js"
},
"engines": {
"node": "20.11.0"
},
"dependencies": {
"axios": ">=1.15.0",
"body-parser": "^1.20.3",
"dotenv": "^17.2.3",
"ejs": "^3.1.7",
"express": "^4.21.2",
"path-to-regexp": "^8.4.0"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-testing-library": "^4.6.0"
},
"overrides": {
"jws": "4.0.1",
"minimatch": "^10.2.3",
"qs": "6.14.1",
"flatted": "^3.4.2",
"path-to-regexp@0": "0.1.13",
"node-forge": "^1.4.0",
"picomatch": "^2.3.2"
},
"resolutions": {
"jws": "4.0.1",
"qs": "6.14.1"
}
}