@nsilly/log
Version:
The nSilly Log package.
44 lines (43 loc) • 1.36 kB
JSON
{
"name": "@nsilly/log",
"version": "3.0.0",
"description": "The nSilly Log package.",
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/.bin/jest --forceExit",
"build": "./node_modules/.bin/rimraf dist && ./node_modules/.bin/babel src --out-dir dist/ --ignore \"node_modules\" --copy-files",
"publish_module": "npm run build && npx @codersvn/npm-auto-version && npm publish --access public && rm -rf dist",
"publish_module_only": "npm run build && npm publish --access public && rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nsilly/log.git"
},
"keywords": [
"Log",
"nSilly"
],
"author": "Hieupv <hieupv@codersvn.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsilly/log/issues"
},
"homepage": "https://github.com/nsilly/log#readme",
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"jest": "^23.6.0",
"rimraf": "^2.6.2"
},
"dependencies": {
"@nsilly/container": "*",
"@nsilly/support": "*",
"colors": "^1.3.2",
"winston": "^3.1.0",
"winston-elasticsearch": "^0.7.4"
}
}