app-lib-log
Version:
个人日志组件 -【app-lib-log】
44 lines • 1.23 kB
JSON
{
"name": "app-lib-log",
"version": "0.0.54",
"description": "个人日志组件 -【app-lib-log】",
"main": "publish/umd/index-bundle-min.js",
"files": [
"publish/umd"
],
"scripts": {
"dev": "appbir run server-es",
"start": "appbir run server-es",
"build": "appbir run build-es",
"pub": "appbir run pub-es",
"git": "appbir run git-submit",
"doc": "appbir run doc-nov",
"example": "node ./example/nodejs/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git@gitee.com/appbir/app-lib-log.git"
},
"keywords": [
"app-lib-log",
"app-lib-global",
"global",
"umd",
"appbir",
"amd",
"log"
],
"-------------------------": "临时配置为 module 形式用于本地测试 esmodule 编译的源码",
"author": "appbir",
"license": "ISC",
"bugs": {
"url": "https://git@gitee.com/appbir/app-lib-log/issues"
},
"homepage": "https://github.com/appbir/appbir-global#readme",
"devDependencies": {},
"home": "https://git@gitee.com/appbir/app-lib-log#readme",
"dependencies": {
"app-lib-global": "latest"
}
}