5b6e0611d6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
33 lines
748 B
JSON
33 lines
748 B
JSON
{
|
|
"name": "@atproto/crypto",
|
|
"version": "0.4.3",
|
|
"license": "MIT",
|
|
"description": "Library for cryptographic keys and signing in atproto",
|
|
"keywords": [
|
|
"atproto",
|
|
"cryptography"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/crypto"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest ",
|
|
"build": "tsc --build tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"@noble/curves": "^1.7.0",
|
|
"@noble/hashes": "^1.6.1",
|
|
"uint8arrays": "3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@atproto/common": "workspace:^",
|
|
"jest": "^28.1.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|