You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
492 B

{
"name": "ai_chat",
"version": "1.0.0",
"description": "Docsify文档站点",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -p 3001 -c-1",
"dev": "http-server -p 3001 -c-1"
},
"keywords": ["docsify", "documentation"],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"http-server": "^14.1.1"
}
}

Powered by TurnKey Linux.