package.json 732 字节
Newer Older
DCloud_JSON's avatar
1.0.0  
DCloud_JSON 已提交
1 2 3 4 5 6 7 8 9 10 11
{
	"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": [
DCloud_JSON's avatar
DCloud_JSON 已提交
12 13
        "uni-ai-chat"
    ],
DCloud_JSON's avatar
1.0.0  
DCloud_JSON 已提交
14 15 16 17 18 19
	"author": "",
	"license": "ISC",
	"dependencies": {
		"highlight.js": "^11.7.0",
		"markdown-it": "^13.0.1"
	},
DCloud_JSON's avatar
DCloud_JSON 已提交
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
	"displayName": "uni-ai-chat",
	"dcloudext": {
		"sale": {
			"regular": {
				"price": "0.00"
			},
			"sourcecode": {
				"price": "0.00"
			}
		},
		"contact": {
			"qq": ""
		},
		"declaration": {
			"ads": "无",
			"data": "无",
			"permissions": "无"
		},
		"npmurl": "",
		"type": "unicloud-template-project"
	}
DCloud_JSON's avatar
1.0.0  
DCloud_JSON 已提交
41
}