forked from aws-samples/lambdaedge-openidconnect-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "aws-static-pages",
"repository": {
"type": "git",
"url": "https://git-codecommit.us-east-1.amazonaws.com/v1/repos/aws-static-pages"
},
"version": "0.1.0",
"description": "private github-pages",
"main": "auth.js",
"author": "Jason Legler",
"license": "UNLICENSED",
"scripts": {
"setup": "npm install",
"test": "node_modules/tape/bin/tape test/js/**/*.js",
"format": "node_modules/prettier/bin-prettier.js --write src/js/**/*.js"
},
"dependencies": {
"axios": "^0.25.0",
"cookie": "^0.3.1",
"jsonwebtoken": "^8.1.0",
"jwk-to-pem": "^1.2.6",
"acorn": ">=7.1.1",
"minimist": ">=0.2.1",
"elliptic": ">=6.5.4"
},
"devDependencies": {
"@types/node": "^12.7.8",
"aws-sdk": "^2.538.0",
"babel-eslint": "^10.0.3",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"jsverify": "^0.8.4",
"leaked-handles": "^5.2.0",
"nyc": "^15.1.0",
"prettier": "^1.18.2",
"tape": "^4.11.0"
}
}