-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
45
46
47
48
49
50
51
52
53
{
"name": "rules-templates",
"version": "0.24.0",
"description": "Auth0 Rules Repository",
"main": "./rules",
"scripts": {
"validate": "node validator.js",
"build": "node build && npm run validate",
"format": "prettier --write src/rules",
"release": "npm run format && npm test && npm run build && npm run validate",
"deploy": "node deploy.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/rules.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/auth0/rules/issues"
},
"homepage": "https://github.com/auth0/rules",
"devDependencies": {
"ajv": "^6.5.4",
"async": "^2.6.4",
"auth0": "^2.22.0",
"aws-sdk": "^2.1130.0",
"crypto": "^1.0.1",
"dotenv": "^6.1.0",
"glob": "7.1.2",
"ipaddr": "0.0.9",
"ipaddr.js": "^1.8.1",
"jest": "^28.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"moment-timezone": "^0.5.27",
"nock": "10.0.0",
"node-fetch": "^2.6.0",
"oauth-sign": "^0.9.0",
"parse-comments": "^1.0.0",
"prettier": "^2.1.2",
"querystring": "^0.2.0",
"request": "^2.88.2",
"showdown": "^1.9.1",
"slack-notify": "^0.1.7",
"url": "^0.11.0",
"uuid": "^3.4.0",
"xmldom": "^0.2.1",
"xpath": "0.0.27",
"yargs": "^17.4.1"
}
}