-
Notifications
You must be signed in to change notification settings - Fork 6
/
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": "fido2-adapter",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"start": "nodemon src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.ts .",
"fix-lint": "eslint --ext .js,.ts . --fix"
},
"author": "",
"license": "ISC",
"dependencies": {
"@simplewebauthn/server": "^0.10.6",
"@types/tough-cookie": "^4.0.0",
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"base64url": "^3.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"form-data": "^3.0.0",
"node-cache": "^5.1.2",
"node-rsa": "^1.1.1",
"nodejs-base64-encode": "^1.1.0",
"nodemon": "^2.0.6",
"qs": "^6.10.3",
"ssl-root-cas": "^1.3.1",
"syswide-cas": "^5.3.0",
"tough-cookie": "^4.0.0",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"cross-env": "^7.0.3",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "2.2.1",
"ts-node": "^9.1.1"
}
}