@rpch/crypto-bridge
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "@rpch/crypto-bridge", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "LGPL-3.0", | ||
@@ -15,8 +15,6 @@ "main": "./index.js", | ||
"format": "prettier --check \"src/**/*.{ts,md}\"", | ||
"lint": "TIMING=1 eslint \"src/**/*.ts*\"", | ||
"lint": "eslint \"src/**/*.ts*\"", | ||
"test": "jest --coverage" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.3.21", | ||
"rimraf": "^3.0.2", | ||
"@rpch/configs-eslint": "*", | ||
@@ -26,3 +24,7 @@ "@rpch/configs-jest": "*", | ||
"@rpch/configs-tsup": "*", | ||
"@rpch/configs-typescript": "*" | ||
"@rpch/configs-typescript": "*", | ||
"@swc/core": "^1.3.21", | ||
"ethers": "^5.7.2", | ||
"peer-id": "^0.16.0", | ||
"rimraf": "^3.0.2" | ||
}, | ||
@@ -32,2 +34,2 @@ "dependencies": { | ||
} | ||
} | ||
} |
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
5798
9