-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 884 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
{
"name": "netlify-plugin-auth0-patch-urls",
"version": "1.2.2",
"description": "A Netlify Build plugin that makes Auth0 works with deploy previews",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/romainbessugesmeusy/netlify-plugin-auth0-patch-urls.git"
},
"keywords": [
"netlify",
"netlify-plugin",
"auth0"
],
"author": "Romain Bessuges-Meusy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/romainbessugesmeusy/netlify-plugin-auth0-patch-urls/issues"
},
"homepage": "https://github.com/romainbessugesmeusy/netlify-plugin-auth0-patch-urls#readme",
"dependencies": {
"auth0": "^2.25.1",
"dotenv": "^8.2.0"
},
"engines": {
"node": ">=8.3.0"
},
"devDependencies": {
"netlify-cli": "^2.52.0",
"prettier": "^2.0.5"
}
}