-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 982 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 982 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": "auth0-deploy-modules",
"version": "1.0.0",
"description": "Modules used by auth0 rules",
"scripts": {
"test": "jest --verbose",
"tests": "jest --verbose",
"lint": "prettier tf/actions tf/tests --check",
"format": "prettier tf/actions tf/tests --write"
},
"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": "^9.22.0",
"jest": "^29.7.0",
"prettier": "2.8.8",
"lodash": "^4.17.23"
},
"dependencies": {
"auth0": "^4.9.0",
"aws-sdk": "^2.1646.0",
"ipaddr.js": "^1.9.1",
"js-yaml": "^4.1.1",
"jsonwebtoken": "^9.0.2"
},
"engines": {
"node": ">=18.0.0 <23.0.0"
},
"jest": {
"automock": false
}
}