@yhiot/logger
Version:
物联网日志队列读写系统,后端目前支持redis
74 lines (73 loc) • 2.24 kB
JSON
{
"name": "@yhiot/logger",
"version": "1.0.29",
"type": "module",
"description": "物联网日志队列读写系统,后端目前支持redis",
"keywords": [
"logger",
"日志服务",
"物联网日志队列",
"物联网"
],
"private": false,
"main": "lib/index.js",
"engines": {
"node": "^12.0.0"
},
"author": "windsome.feng",
"license": "MIT",
"scripts": {
"precommit": "lint-staged",
"prebuild": "npm run types:check && npm run format && npm run lint && npm t",
"build": "npm run compile",
"compile": "babel src --extensions .js,.ts --ignore \"src/**/*.spec.js\",\"src/**/*.test.js\" --out-dir lib",
"types:check": "tsc",
"lint": "eslint --ext .js,.ts .",
"prettier": "prettier \"**/*.[j,t]s\"",
"format": "npm run prettier -- --write",
"format:check": "npm run prettier -- --list-different",
"test": "jest --forceExit",
"test:watch": "npm t -- --watch",
"test:ci": "npm t -- --config jest.config.ci.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windsome/iotcloud.git"
},
"bugs": {
"url": "https://github.com/windsome/iotcloud/issues"
},
"homepage": "https://github.com/windsome/iotcloud#readme",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.3",
"@types/bluebird": "^3.5.36",
"@types/debug": "^4.1.7",
"@types/redis": "^2.8.31",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"esm": "^3.2.25",
"husky": "^4.3.8",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"node-notifier": "^10.0.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"dependencies": {
"bluebird": "^3.7.2",
"debug": "^4.3.2",
"redis": "^3.1.2"
},
"gitHead": "0df2bbd70ead5f5145a9f4eebe13657b85d56230"
}