package.json 431 字节
Newer Older
DCloud_JSON's avatar
1.0.0  
DCloud_JSON 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
	"id": "uni-ai-chat",
	"name": "uni-ai-chat",
	"version": "1.0.0",
	"description": "云端一体uni-ai示例项目",
	"main": "main.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {},
	"keywords": [
		"uni-ai-chat"
	],
	"author": "",
	"license": "ISC",
	"dependencies": {
		"highlight.js": "^11.7.0",
		"markdown-it": "^13.0.1"
	},
	"displayName": "uni-ai-chat"
}