-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
40 lines (40 loc) · 956 Bytes
/
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
{
"name": "auth0-deploy-modules",
"version": "1.0.0",
"description": "Modules used by auth0 rules",
"scripts": {
"test": "jest --verbose",
"tests": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla-iam/auth0-deploy.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla-iam/auth0-deploy/issues"
},
"homepage": "https://github.com/mozilla-iam/auth0-deploy#readme",
"devDependencies": {
"c8": "^9.0.0",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "2.8.8"
},
"dependencies": {
"auth0": "^4.9.0",
"aws-sdk": "^2.1445.0",
"ipaddr.js": "^1.9.1",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"node-jose": "^2.2.0",
"require-from-string": "^2.0.2",
"strip-comments": "^2.0.1"
},
"jest": {
"automock": false
}
}