Files
easytier.github.io/package.json
T
2024-05-07 21:57:14 +08:00

20 lines
435 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.16.2",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"vitepress": "^1.1.4"
}
}