-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 774 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
{
"name": "adamant-docs",
"version": "0.10.0",
"description": "Documentation for ADAMANT Node and API",
"keywords": [
"adm",
"adamant",
"blockchain",
"messenger",
"messaging",
"decentralization",
"privacy",
"encryption",
"crypto",
"cryptocurrency",
"dpos",
"docs"
],
"author": "ADAMANT community developers <devs@adamant.im>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Adamant-im/docs.git"
},
"homepage": "https://docs.adamant.im",
"scripts": {
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"dev": "vitepress dev"
},
"dependencies": {
"vitepress": "^1.6.4"
},
"overrides": {
"esbuild": "~0.25.0"
}
}