-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.12 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.12 KB
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
{
"name": "wsfed",
"version": "8.0.0",
"description": "WSFed server middleware",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/node-wsfed.git"
},
"keywords": [
"wsfed",
"saml",
"auth"
],
"author": "Auth0",
"license": "MIT",
"files": [
"lib/",
"templates/",
"CHANGELOG.md",
"README.md",
"LICENSE",
"package.json"
],
"dependencies": {
"@auth0/thumbprint": "0.0.6",
"ejs": "^3.1.10",
"jsonwebtoken": "^9.0.0",
"saml": "^4.0.0",
"xtend": "~2.0.3"
},
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@semantic-release/exec": "^7.0.3",
"conventional-changelog-conventionalcommits": "^9.3.0",
"chai": "~1.5.0",
"cheerio": "0.22.0",
"express": "~4.17.1",
"husky": "^9.1.7",
"mocha": "~8.2.0",
"request": "~2.88.2",
"semantic-release": "^25.0.2",
"xml-crypto": "~0.10.1",
"xml-encryption": "^4.0.0",
"xmldom": "~0.1.17",
"xpath": "0.0.5"
}
}