forked from auth0/rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 922 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
{
"name": "rules-templates",
"version": "0.7.4",
"description": "Auth0 Rules Repository",
"main": "./rules",
"scripts": {
"validate": "node validator.js",
"build": "node 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.0",
"aws-sdk": "2.359.0",
"dotenv": "^6.1.0",
"glob": "7.1.2",
"ipaddr.js": "^1.8.1",
"jest": "^21.2.1",
"jsonwebtoken": "^8.3.0",
"lodash": "4.17.9",
"moment-timezone": "^0.5.21",
"nock": "10.0.0",
"parse-comments": "0.4.3",
"request": "^2.88.0",
"showdown": "^1.8.6",
"yargs": "11.1.0"
}
}