logger4node
Advanced tools
Comparing version 1.0.44 to 1.0.46
{ | ||
"name": "logger4node", | ||
"version": "1.0.44", | ||
"description": "![build](https://github.com/yog27ray/logger4node/actions/workflows/node.js.yml/badge.svg?branch=master) [![codecov](https://codecov.io/gh/yog27ray/logger4node/branch/master/graph/badge.svg)](https://codecov.io/gh/yog27ray/logger4node)", | ||
"version": "1.0.46", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "NODE_ENV=test node_modules/.bin/mocha './spec/**/*.spec.ts'", | ||
"build": "rm -rf dist/* && tsc -p ./ && npm run copy-build-files", | ||
"build": "rm -rf dist/* && rm -rf dist/.github && tsc -p ./ && npm run copy-build-files", | ||
"copy-build-files": "cp -r .github ./dist/.github && cp ./README.md ./dist/README.md && cp package.json ./dist/package.json && cp package-lock.json ./dist/package-lock.json", | ||
@@ -96,4 +96,3 @@ "coverage": "nyc mocha './spec/**/*.spec.ts' && nyc report --reporter=text-lcov > coverage1.lcov" | ||
"exit": true | ||
}, | ||
"types": "./index.d.ts" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124578
29