@boulevard/lib
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
{ | ||
"name": "@boulevard/lib", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "A container for reusable code.", | ||
@@ -8,2 +8,6 @@ "author": "Daniel Nagy <dan@joinboulevard.com>", | ||
"license": "UNLICENSED", | ||
"publishConfig": { | ||
"access": "public", | ||
"directory": "build" | ||
}, | ||
"scripts": { | ||
@@ -13,9 +17,19 @@ "build": "yarn run clean && tsc", | ||
"clean": "rm -rf build", | ||
"prerelease": "yarn run build", | ||
"release": "yarn publish build --dry-run" | ||
"lint": "eslint src --ext .ts", | ||
"prepare": "yarn run build", | ||
"test": "jest --config jest.config.json --coverage --passWithNoTests", | ||
"test-debug": "node --inspect-brk $(npm bin)/jest --config jest.config.json" | ||
}, | ||
"devDependencies": { | ||
"reflect-metadata": "^0.1.13", | ||
"typescript": "^3.2.4" | ||
} | ||
"@types/jest": "^24.0.17", | ||
"@typescript-eslint/eslint-plugin": "^2.0.0", | ||
"@typescript-eslint/parser": "^2.0.0", | ||
"eslint": "^6.3.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.6.2" | ||
}, | ||
"gitHead": "613987efd7adf52fe41c79dd9348134ca7cbc359" | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
1426
9
2
1