forked from filecoin-project/filecoin-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.53 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.53 KB
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
{
"name": "filecoin-docs",
"version": "1.0.0",
"description": "<div align=center>",
"main": "update-versions.js",
"scripts": {
"serve": "honkit serve",
"build": "honkit build",
"preview": "npx serve _book -p 4000",
"dev": "npx tsx scripts/checkers/dev-server/index.ts",
"lint": "npx tsx scripts/checkers/linter/index.ts",
"lint:fix": "npx tsx scripts/checkers/linter/index.ts --fix",
"lint:summary": "npx tsx scripts/checkers/linter/index.ts --summary",
"test": "echo \"Error: no test specified\" && exit 1",
"update-versions": "node update-versions.js",
"check-links": "npx tsx scripts/checkers/link-checker/index.ts",
"check-links:fix": "npx tsx scripts/checkers/link-checker/index.ts --fix",
"check-links:interactive": "npx tsx scripts/checkers/link-checker/index.ts --fix --interactive",
"check:redirects": "npx tsx scripts/checkers/redirects/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filecoin-project/filecoin-docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/filecoin-project/filecoin-docs/issues"
},
"homepage": "https://github.com/filecoin-project/filecoin-docs#readme",
"devDependencies": {
"@types/node": "^20.0.0",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"fastest-levenshtein": "^1.0.16",
"gitbook-plugin-filecoin": "^1.0.5",
"glob": "^10.3.0",
"honkit": "^6.1.4",
"markdownlint-cli2": "^0.12.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
}
}