@tbd54566975/crypto
Advanced tools
Comparing version 0.1.0-alpha-fb6a55d-20230512 to 0.1.0
{ | ||
"name": "@tbd54566975/crypto", | ||
"version": "0.1.0", | ||
"description": "TBD crypto library", | ||
"type": "module", | ||
"version": "0.1.0-alpha-fb6a55d-20230512", | ||
"main": "./dist/cjs/main.cjs", | ||
"module": "./dist/esm/main.mjs", | ||
"types": "./dist/types/main.d.ts", | ||
"scripts": { | ||
"build": "rimraf dist && node build/bundles.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json && tsc", | ||
"lint": "eslint . --ext .js --max-warnings 0", | ||
"lint:fix": "eslint . --ext .js --fix", | ||
"test:node": "rimraf __tests__ && tsc -p tsconfig.test.json && mocha \"__tests__/**/*.spec.js\" --exit", | ||
"test:browser": "karma start karma.conf.cjs" | ||
}, | ||
"homepage": "https://github.com/TBD54566975/web5-js/tree/main/packages/crypto#readme", | ||
"bugs": "https://github.com/TBD54566975/web5-js/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/TBD54566975/web5-js", | ||
"directory": "packages/crypto" | ||
}, | ||
"license": "Apache-2.0", | ||
"contributors": [ | ||
{ | ||
"name": "Daniel Buchner", | ||
"url": "https://github.com/csuwildcat" | ||
}, | ||
{ | ||
"name": "Frank Hinek", | ||
"url": "https://github.com/frankhinek" | ||
}, | ||
{ | ||
"name": "Moe Jangda", | ||
"url": "https://github.com/mistermoe" | ||
} | ||
], | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"exports": { | ||
@@ -25,2 +59,14 @@ ".": { | ||
}, | ||
"keywords": [ | ||
"cryptography", | ||
"ed25519", | ||
"secp256k1", | ||
"web5" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -31,6 +77,9 @@ "ed2curve": "0.3.0", | ||
"devDependencies": { | ||
"@types/chai": "4.3.0", | ||
"@types/ed2curve": "0.2.2", | ||
"@types/eslint": "8.37.0", | ||
"@types/mocha": "10.0.1", | ||
"@typescript-eslint/eslint-plugin": "5.59.0", | ||
"@typescript-eslint/parser": "5.59.0", | ||
"chai": "4.3.7", | ||
"esbuild": "0.16.7", | ||
@@ -51,15 +100,3 @@ "eslint": "8.39.0", | ||
"typescript": "5.0.4" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"build": "rimraf dist && node build/bundles.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json && tsc", | ||
"lint": "eslint . --ext .js --max-warnings 0", | ||
"lint:fix": "eslint . --ext .js --fix", | ||
"publish:unstable": "./build/publish-unstable.sh", | ||
"test:node": "mocha \"tests/**/*.spec.js\" --exit", | ||
"test:browser": "karma start karma.conf.cjs" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5423970
28
0
7858
1
2
1
2
10
22