forked from auth0/docs-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"name": "docs-v2",
"version": "1.0.0",
"type": "commonjs",
"description": "This is a monorepo for hosting the content for the documentation of various projects in Auth0.",
"private": true,
"scripts": {
"test": "node --test \"scripts/**.test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/docs-v2.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/auth0/docs-v2/issues"
},
"homepage": "https://github.com/auth0/docs-v2#readme",
"dependencies": {
"@a0/my-organization-api-oas": "1.8636.0",
"@a0/myaccount-api-oas": "1.404.0",
"@fern-api/auth0-myorg-snippets": "0.0.2",
"dedent": "1.7.1",
"lodash": "4.17.23"
}
}