Files
easytier.github.io/package.json
T
fanyangandGitHub e82d97a380 Add documentation for registering service at macOS (#54)
* Fix typos in filenames
* Fix letter cases and add space between words
* Add documentations for macOS service
* Revert SOCKS protocol cases change
* Capitalise the first letter of indexes
2024-10-16 16:58:28 +08:00

22 lines
505 B
JSON

{
"name": "easytier-doc",
"type": "module",
"version": "0.0.0",
"description": "",
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"mermaid": "^10.9.1",
"vitepress": "^1.4.1",
"vitepress-plugin-mermaid": "^2.0.16"
}
}