@wing-uni/logger
Version:
wing uniapp logger
42 lines • 1.07 kB
JSON
{
"name": "@wing-uni/logger",
"version": "0.0.8",
"description": "wing uniapp logger",
"keywords": [
"wing",
"uniapp",
"logger"
],
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"unpkg": "./dist/index.umd.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"browser": "./dist/index.umd.js",
"node": "./dist/index.cjs.js"
}
},
"files": [
"dist"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Wayley/wing-uni.git",
"directory": "packages/logger"
},
"bugs": {
"url": "https://github.com/Wayley/wing-uni/issues"
},
"homepage": "https://github.com/Wayley/wing-uni/blob/main/packages/logger#readme",
"dependencies": {
"@wing-logger/logger": "^0.0.8",
"@wing-tool/date-tool": "^0.0.4",
"@wing-uni/file-system": "^0.0.1",
"@wing-uni/system": "^0.0.2"
}
}